claude-memory-mcp/hooks
Viktor Barzin a8679d6cfb
enhance auto-learn hook: multi-turn extraction, dedup, and auto-memory files
- Deep extraction every 5 turns: reads last 5 exchanges for debugging
  insights, workarounds, architectural patterns, and operational knowledge
- Single-turn extraction on every other turn (cheap, corrections/prefs only)
- State tracking per session: turn counter, content hashes for dedup
- Writes to both memory API/SQLite AND auto-memory markdown files
- Expanded judge prompt: now catches debugging (error→cause→fix),
  workarounds, and operational knowledge — not just corrections/facts
- Auto-cleanup of state files older than 24 hours
2026-03-15 10:59:15 +00:00
..
auto-allow-memory-tools.py Add Claude Code plugin scaffold for single-repo install 2026-03-14 14:49:18 +00:00
auto-learn.py enhance auto-learn hook: multi-turn extraction, dedup, and auto-memory files 2026-03-15 10:59:15 +00:00
post-compact-recovery.sh Add Claude Code plugin scaffold for single-repo install 2026-03-14 14:49:18 +00:00
pre-compact-backup.sh Add Claude Code plugin scaffold for single-repo install 2026-03-14 14:49:18 +00:00
user-prompt-recall.py Add Claude Code plugin scaffold for single-repo install 2026-03-14 14:49:18 +00:00