Memory Survival Kit
Key point
An open-source memory system with 29 Python scripts and a zero-dependency design that survives compaction was released.
Details
bitacorista-py has been open-sourced. To keep context from being lost when compaction hits during long Claude Code sessions, it mechanically detects important events using regex and keyword analysis and stores them on disk in structured form.
The core design is as follows.
- No LLM runtime dependency: it does not offload the decision of what to remember to another LLM call.
- SQLite storage: all structured memory is persisted to local disk.
- Connection graph / blast radius / confidence score: computes relationships and impact scope between entries.
- Thread merge detection: finds the right moment to merge scattered threads.
Figures were also provided.
- 29 Python scripts
- zero deps core
- 81ms/cycle
- all 55 automated tests passing
The author explained that this system is a structure designed to solve the problem of context loss in long conversations, and also released the GitHub repository.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.