Docs · Memory
Case memory files
Every case has a memory directory containing structured markdown files. These files are written by Zero and by the operator. Together they form the full record of a case.
Files in each case
problem-definition.md
What was observed, expected behavior, reproduction steps, initial context. Written during case creation.
code-context.md
Repository paths, relevant files, linked components. Written during setup or first session.
tasks.md
Breakdown of work identified during planning. Updated each session.
proofs.md
List of proof items: test output references, log files, diff links. Updated when proof is attached.
final-classification.md
Outcome classification, root cause summary, key decisions. Written when the case is resolved.
github-context.md
Present if the case was imported from a GitHub issue. Contains issue metadata.
Editing memory files
You can edit memory files directly — in the desktop app’s memory tab, or with any text editor. Changes are saved immediately.
Zero re-reads memory files at the start of each session. Updated context is automatically picked up.
On this page