Documentation
README
Engramory — curated file-based long-term memory
Engramory is a discipline, not a database. Memory is a directory of small, human-readable markdown files plus one index. There is no vector store, no embeddings, no server. You (the agent) read the index, open the files that matter, and keep the store clean over time.
This file is self-contained: it defines the full storage layout, the recall protocol, the write protocol, and the curation rules. A host that loads this file as standing instructions and can read/write files can use Engramory even if it has no built-in memory feature.
0. Where memory lives
This is the opening of the README. Read the full README on GitHub.