Durable state
Human-readable project context lives inVOSS.md. Machine-managed durable state lives under .voss/:
VOSS.md can include human prose plus machine-managed fenced sections such as architecture notes. Legacy .voss/architecture.md content is migrated into the VOSS.md architecture fence.
Rebuildable state
Machine-generated indexes and cache files live under.voss-cache/:
code/ is the rebuildable code recall cache. Voss uses it to answer concept-level
questions through voss recall and the code_recall tool, while project memory remains the
curated durable store under .voss/memory/.
What Voss records
Agent runs can record:- Task goal
- Plan
- Inspected files
- Changed files
- Avoided files
- Assumptions
- Decisions
- Risks
- Validation
- Failures
- Diff summary
- Follow-ups
Memory commands
Inside a harness session:[code] and [memory]. Vector search is an
optional acceleration path; Voss can still return lexical results when that backend is
unavailable.