Help us improve
Share bugs, ideas, or general feedback.
Delete pending instincts older than 30 days that were never promoted. Supports --max-age <days> for custom threshold and --dry-run to preview.
npx claudepluginhub conchimarcosramos/everything-claude-codeHow this command is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:pruneThe summary Claude sees in its command listing — used to decide when to auto-load this command
# 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.
/prune-learningsInvokes pruning script to clean up old session directories, rotate log files, remove archived pending files, and clear stale locks per configurable retention policy.
/cleanup-contextRuns Claude Code context cleanup script, permanently deleting files older than 7-60 days from file-history, sessions, projects, todos, logs, and statsig. Shows before/after stats and deletion summary.
/cleanupCleans .a5c/runs and .a5c/processes: aggregates insights from old completed/failed runs into docs/run-history-insights.md and removes them plus orphans. Supports --dry-run and --keep-days N flags.
/prunePrunes stale non-terminal workflows from the exarchos pipeline: dry-run lists candidates and skipped, prompts to proceed/abort/force, applies and outputs pruned/skipped summary.
Share bugs, ideas, or general feedback.
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