update comment

This commit is contained in:
Joe Danziger
2025-05-13 13:53:43 -04:00
parent 998749b895
commit 3313659923

View File

@@ -214,7 +214,7 @@ function convertAllRulesToBrandRules(projectDir, profile) {
let success = 0;
let failed = 0;
// Only copy files listed in fileMap (main rules folder)
// Process each file from assets/rules listed in fileMap
const getTargetRuleFilename = profile.getTargetRuleFilename || ((f) => f);
Object.keys(profile.fileMap).forEach((file) => {
const sourcePath = path.join(cursorRulesDir, file);