npx claudepluginhub sam42-lab/everything-claude-code-kr# Prune Pending Instincts 자동 생성되었지만 검토되거나 승격되지 않은 만료 pending instinct를 제거한다. ## 구현 플러그인 루트 경로를 사용해 instinct CLI를 실행한다. 또는 `CLAUDE_PLUGIN_ROOT`가 설정되지 않은 경우(수동 설치): ## 사용법
/pruneDelete pending instincts older than 30 days that were never promoted. Supports --max-age <days> for custom threshold and --dry-run to preview.
/pruneDeletes pending instincts older than 30 days that were never promoted. Supports --max-age for custom thresholds and --dry-run preview.
/pruneDeep-cleans codebase by pruning dead code, redundancies, inefficiencies, and orphaned assets; trims CLAUDE.md files. Uses parallel agents for analysis, user approval per category, applies changes on new git branch, runs tests for regressions. Optional scope path.
Share bugs, ideas, or general feedback.
자동 생성되었지만 검토되거나 승격되지 않은 만료 pending instinct를 제거한다.
플러그인 루트 경로를 사용해 instinct CLI를 실행한다.
python3 "${CLAUDE_PLUGIN_ROOT}/skills/continuous-learning-v2/scripts/instinct-cli.py" prune
또는 CLAUDE_PLUGIN_ROOT가 설정되지 않은 경우(수동 설치):
python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py prune
/prune # 30일이 지난 instinct 삭제
/prune --max-age 60 # 사용자 지정 보관 기간(일)
/prune --dry-run # 삭제 없이 미리보기