fix(commands): wire knowledge-refresh into router + help
knowledge-refresh shipped as a command file in v5.7 Fase 1 Chunk 3 but was never added to the /config-audit router (argument-hint + routing list) or the help command table, so `/config-audit knowledge-refresh` did not route. Add it in both. (optimize was already fully wired — the STATE note was stale.) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
319e5541c9
commit
817fb8933f
2 changed files with 3 additions and 1 deletions
|
|
@ -55,6 +55,7 @@ if echo "$ARGUMENTS" | grep -q -- "--raw"; then RAW_FLAG="--raw"; fi
|
|||
| `/config-audit plugin-health` | Audit plugin structure and the metadata block at the top of each command/agent file |
|
||||
| `/config-audit whats-active` | Show active plugins/skills/MCP/hooks/CLAUDE.md with token estimates |
|
||||
| `/config-audit campaign` | Track a machine-wide audit campaign across repos — per-repo status + roll-up, resumable across sessions (human-approved writes) |
|
||||
| `/config-audit knowledge-refresh` | Keep the built-in best-practices knowledge current — flags guidance that's gone stale and checks sources for updates (changes need your approval) |
|
||||
|
||||
### Utility
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue