-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Filipe Soares edited this page Aug 29, 2026
·
3 revisions
Long-term memory for agentic coding, built for Claude Code. This wiki covers how the parts work; the README covers what it is, how to install it and how to run the dashboard.
| page | what it covers |
|---|---|
| Storage and embeddings | the tables, and the bundled model behind the vectors |
| Retrieval | hybrid BM25 + vector search, what a result carries, how to re-measure it |
| Domains | paths, subtree reads, and belonging to more than one |
| Diagrams | documenting a routine as a graph, and reading it back |
| Curation | confidence, decay, staged suggestions, dedup |
| Tools | every MCP tool, and the sets that trim the schema cost |
| Hooks and the warden | the four hook events, the skills, and the subagent that consults the store on a session's behalf |
| Dashboard | every view, and export/import |