feat: Add /learn:setup command for hook installation

- Add setup.md command to install SessionEnd and PreCompact hooks
- Add install-hooks.sh script for automatic hook installation to ~/.claude/settings.json
- Hooks remind user to run /learn:analyze before session end or auto-compact
- Bump version to 2.1.2

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-01-06 23:58:42 +00:00
parent 6c28a5e96e
commit f08704af5e
4 changed files with 173 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
"name": "learn",
"source": "./plugins/learn",
"description": "Domain-based memory with selective saving, signal detection, and memory hygiene",
"version": "2.1.1",
"version": "2.1.2",
"keywords": ["learn", "memory", "patterns", "gotchas", "domains", "cleanup", "hygiene"]
}
]