From 0bc0588b748a23d4f67aa8cc137678eddec8d76c Mon Sep 17 00:00:00 2001 From: Hex Sullivan Date: Wed, 6 May 2026 11:02:15 +0000 Subject: [PATCH] fix(doctor): correct icon and example for experimental stability and hook auto-fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Use ℹ️ (not ⚠️) for stability:experimental in example output to match spec - Generalize hardcoded todo-persist.sh to .sh in auto-fix example to prevent LLMs from pattern-matching the literal filename Fixes review feedback from PR #56 (cursor[bot] + claude[bot]) --- plugins/core/commands/ai-coding-config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/core/commands/ai-coding-config.md b/plugins/core/commands/ai-coding-config.md index e9df87f..5ee5e7e 100644 --- a/plugins/core/commands/ai-coding-config.md +++ b/plugins/core/commands/ai-coding-config.md @@ -659,9 +659,9 @@ Report a single summary line per skill (not per field) to keep output scannable. Hook permissions are the only thing doctor auto-fixes (with user confirmation), and only in source-repo context where the script files are present: -"⚠️ todo-persist.sh is not executable. Fix now? [y/N]" +"⚠️ .sh is not executable. Fix now? [y/N]" -If yes: `chmod +x plugins/core/hooks/todo-persist.sh` +If yes: `chmod +x plugins/core/hooks/.sh` For all other issues, report and direct to the appropriate fix command. Don't modify JSON files, settings, or symlinks without explicit user instruction. @@ -701,7 +701,7 @@ Context: source repo (plugins/core/ detected) ### Skill Frontmatter ✅ brainstorming — name, description, triggers, next-skill: brainstorm-synthesis (found) ✅ systematic-debugging — name, description, triggers, next-skill: verify-fix (found) -⚠️ mcp-debug — triggers field present, stability: experimental +ℹ️ mcp-debug — triggers field present, stability: experimental --- ## Summary