diff --git a/apply-config.js b/apply-config.js index 7ba74b5..7fc1dc1 100755 --- a/apply-config.js +++ b/apply-config.js @@ -237,6 +237,7 @@ function copyFile(sourcePath, destPath) { * @returns {Object} Summary of the number of files removed per section. */ function cleanupDisabledFiles(outputDir, effectivelyEnabledSets, rootDir) { + const removedCounts = { prompts: 0, instructions: 0, chatmodes: 0