pub const PROJECT_BUNDLE_PATH: &str = ".kmp/memory.jsonl";Expand description
Where a project keeps the committed copy of its memory, relative to the project root.
The store itself (.kernel/) is machine state and is auto-gitignored. A
bundle is the event log in one text file, which is a different thing: it
belongs to the repository the same way a migration or a fixture does, so
memory branches, reviews and reverts with the code that produced it.
The path is a convention rather than a setting so that export and
import with no argument mean the same thing in every checkout, and so a
reviewer knows where to look.