Someone built a full system on top of it for Claude Code.
claude-memory-compiler hooks into your Claude Code sessions and automatically compiles them into a structured knowledge base. Every decision, pattern, lesson — extracted and cross-referenced into markdown articles.The architecture is interesting:
• No RAG, no vector DB — just a smart index.md the LLM navigates
• Works at personal scale (50–500 articles) better than cosine similarity
• Runs on your existing Claude subscription, no extra API costs
https://github.com/coleam00/claude-memory-compiler

