in src/fileManager.ts [122:124]
async function saveGuFiles(files: FileJSON[]): Promise<boolean[]> { return Promise.all(files.map(saveGuFile)) }