From fce41fa38de64df624e3d5d2c9b6ff1d9481456e Mon Sep 17 00:00:00 2001 From: Joe Danziger Date: Mon, 26 May 2025 19:40:50 -0400 Subject: [PATCH] update comment --- scripts/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`); }