Review Documents β Vault Convention¶
Purpose¶
The Obsidian vault at ~/hermes-vault/ serves as a human-readable review surface. Hermes writes documents here that Adam can open in Obsidian for long-form review, discussion, or sign-off.
What Goes Here¶
- PRDs and design docs β before implementation, for review
- Architecture proposals β for discussion and sign-off
- Long-form reports β research, career docs, anything needing a full read
- Retrospectives β session retros, post-mortems
What Mnemosyne Does¶
- All vault pages are indexed by Mnemosyne's episodic memory for recall
- When Adam asks "what did we decide about X?", Hermes searches Mnemosyne which pulls from vault content
- Vault is the source of truth for durable documents; Mnemosyne is the search index
Write Protocol¶
- Create a markdown file in the appropriate vault directory (Projects/, Knowledge/, Health/, Systems/, Meta/)
- Use YAML frontmatter with
type:,status:,last_updated:,source:fields - Mnemosyne's
on_memory_writehook auto-indexes new content - Run
wiki_maintenance.py healthperiodically to fix cross-links
Directory Structure¶
~/hermes-vault/
βββ Projects/ β Active & past project docs, incident reports
βββ Knowledge/ β Career-strategic reference, industry research
βββ Health/ β Fitness programs, biometric pipeline docs
βββ Systems/ β Infrastructure, security, tool configs
βββ Meta/ β How Hermes works (self-knowledge)
βββ People/ β Contact notes (planned)
βββ Patterns/ β Recurring patterns (planned)
Mnemosyne β Vault Re-import¶
If vault pages are updated manually (in Obsidian), re-run the bulk import:
python3 ~/.hermes/scripts/mnemosyne_bulk_import.py --import --only vault