Harness Component — Command
Prune
Delete pending instincts older than 30 days that were never promoted
Runtimeuniversal
Intentbuild
Definition
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:
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
Usage
/prune # Delete instincts older than 30 days
/prune --max-age 60 # Custom age threshold (days)
/prune --dry-run # Preview without deleting
More from affaan-m/everything-claude-code
Add Language Rules
commandWorkflow command scaffold for add-language-rules in everything-claude-code.
225,587claude-code
Database Migration
commandWorkflow command scaffold for database-migration in everything-claude-code.
225,587claude-code
Evolve
commandAnalyze instincts and suggest or generate evolved structures
225,587universal
Feature Development
commandWorkflow command scaffold for feature-development in everything-claude-code.
225,587claude-code
Projects
commandList known projects and their instinct statistics
225,587universal
Promote
commandPromote project-scoped instincts to global scope
225,587universal