update comment
This commit is contained in:
@@ -446,7 +446,7 @@ function createProjectStructure(
|
|||||||
const profile = getRulesProfile(profileName);
|
const profile = getRulesProfile(profileName);
|
||||||
if (profile) {
|
if (profile) {
|
||||||
convertAllRulesToProfileRules(targetDir, profile);
|
convertAllRulesToProfileRules(targetDir, profile);
|
||||||
// convertAllRulesToProfileRules also triggers MCP config setup (if applicable)
|
// Also triggers MCP config setup (if applicable)
|
||||||
} else {
|
} else {
|
||||||
log('warn', `Unknown rules profile: ${profileName}`);
|
log('warn', `Unknown rules profile: ${profileName}`);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user