npx claudepluginhub krishnendu409/everything-claude-free-version# Prune Pending Instincts Remove expired pending instincts that were auto-generated but never reviewed or promoted. ## Implementation Run the instinct CLI using the plugin root path: Or if `CLAUDE_PLUGIN_ROOT` is not set (manual installation): ## Usage
/pruneDelete pending instincts older than 30 days that were never promoted. Supports --max-age <days> for custom threshold and --dry-run to preview.
/pruneDelete pending instincts older than 30 days that were never promoted. Supports --max-age <days> for custom threshold and --dry-run to preview.
/pruneUse when auditing docs for staleness, broken links, or bloat. Also use when user says "docs feel stale", "prune docs", or when CLAUDE.md exceeds 120 lines.
/pruneClean up local branches whose remote tracking branch is gone. Dry-run by default
Remove expired pending instincts that were auto-generated but never reviewed or promoted.
Run the instinct CLI using the plugin root path:
python3 "${CLAUDE_PLUGIN_ROOT}/skills/continuous-learning-v2/scripts/instinct-cli.py" prune
Or if CLAUDE_PLUGIN_ROOT is not set (manual installation):
python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py prune
/prune # Delete instincts older than 30 days
/prune --max-age 60 # Custom age threshold (days)
/prune --dry-run # Preview without deleting