update comment

This commit is contained in:
Joe Danziger
2025-05-26 19:40:50 -04:00
parent 3fbd8a52f6
commit fce41fa38d

View File

@@ -446,7 +446,7 @@ function createProjectStructure(
const profile = getRulesProfile(profileName);
if (profile) {
convertAllRulesToProfileRules(targetDir, profile);
// convertAllRulesToProfileRules also triggers MCP config setup (if applicable)
// Also triggers MCP config setup (if applicable)
} else {
log('warn', `Unknown rules profile: ${profileName}`);
}