Persistent semantic memory system for Claude Code
Stars
75
Forks
6
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
26
commits
Remove LLM extraction script (using sub-agents instead)
9cdbd5d
Remove chunks table (no fork detection)
e72bcaa
Simplify: sub-agent extraction only
edc14f7
Clean up: remove fork detection and external LLM references
484ac33
Use sub-agent dispatch for learning extraction
7b23e5f
Update to sub-agent extraction approach
50bd9b5
Add auto-extraction script (Anthropic API or Ollama)
71d568f
Auto-extract learnings on compaction
cf938d4
Simplify daemon - remove chunks table
308f311
Remove fork detection, add auto-extraction on compaction
250c27d
Add hooks/pre-compact.sh
11b3bfe
Add hooks/pre-tool-use.sh
67cd3f3
Add hooks/session-start.sh
22a6446
Add chunks table and endpoints for fork detection
1d6198e
Update README with full hook documentation
9a21f28