Back to Directory
research
Triple Memory
Complete memory system combining LanceDB auto-recall, Git-Notes structured memory, and file-based workspace search. Use when setting up comprehensive agent memory, when you need persistent context across sessions, or when managing decisions/preferences/tasks with multiple memory backends working together.
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...About this Skill
- Initial release of triple-memory: a combined memory system integrating LanceDB auto-recall, Git-Notes structured memory, and file-based workspace search.
- Provides persistent agent memory across sessions, with automatic context retention and structured decision tracking.
- Supports LanceDB for automated capture/recall, Git-Notes for branch-aware structured memories, and workspace file search for persistent documentation.
- Installation and setup instructions included for all three systems.
- Ensures silent, non-intrusive memory operations.