diff --git a/scripts/init.js b/scripts/init.js index 37985cb4..dcd8daa0 100755 --- a/scripts/init.js +++ b/scripts/init.js @@ -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}`); }