mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-12 19:23:07 +08:00
* feat(skills): add config-gc skill Garbage collection for Claude Code configuration sprawl: 8 scan channels (skills, memory, hooks, permissions, MCP, reminders, project history, caches), confirm-each-deletion human-in-the-loop, soft-delete with undo log. Subtractive counterpart to workspace-surface-audit and configure-ecc. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix(skills): address review feedback on config-gc - Replace invalid comment-out strategy for JSON permission files with backup + gc_log entry + jq array removal (cubic P1) - Swap GNU-only find -printf for portable du -k (works on macOS/BSD) - Capture gc date once into a variable so trash dir and undo log agree - Simplify shadowed-permission detection with jq index() guard Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>