Skip to content

Commit 0bc0588

Browse files
author
Hex Sullivan
committed
fix(doctor): correct icon and example for experimental stability and hook auto-fix
- Use ℹ️ (not ⚠️) for stability:experimental in example output to match spec - Generalize hardcoded todo-persist.sh to <hook-name>.sh in auto-fix example to prevent LLMs from pattern-matching the literal filename Fixes review feedback from PR #56 (cursor[bot] + claude[bot])
1 parent 62e40e6 commit 0bc0588

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/core/commands/ai-coding-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -659,9 +659,9 @@ Report a single summary line per skill (not per field) to keep output scannable.
659659
Hook permissions are the only thing doctor auto-fixes (with user confirmation), and
660660
only in source-repo context where the script files are present:
661661

662-
"⚠️ todo-persist.sh is not executable. Fix now? [y/N]"
662+
"⚠️ <hook-name>.sh is not executable. Fix now? [y/N]"
663663

664-
If yes: `chmod +x plugins/core/hooks/todo-persist.sh`
664+
If yes: `chmod +x plugins/core/hooks/<hook-name>.sh`
665665

666666
For all other issues, report and direct to the appropriate fix command. Don't modify
667667
JSON files, settings, or symlinks without explicit user instruction.
@@ -701,7 +701,7 @@ Context: source repo (plugins/core/ detected)
701701
### Skill Frontmatter
702702
✅ brainstorming — name, description, triggers, next-skill: brainstorm-synthesis (found)
703703
✅ systematic-debugging — name, description, triggers, next-skill: verify-fix (found)
704-
⚠️ mcp-debug — triggers field present, stability: experimental
704+
ℹ️ mcp-debug — triggers field present, stability: experimental
705705
706706
---
707707
## Summary

0 commit comments

Comments
 (0)