Hacker News new | ask | show | jobs
by mikeadolan 79 days ago
Interesting approach. I went a different direction and built the memory layer as a SQLite database instead of plain text files. Every conversation captured losslessly via hooks, with keyword,semantic, and fuzzy search across all projects. The tradeoff is you need the MCP server or hooks to surface context, but you get full search and zero orphaned memories when projects move or rename.Running on 1,300+ sessions.

https://github.com/mikeadolan/claude-brain