# MEMORY.md - Marvin's Long-Term Memory

## Vault Location
`/home/deeso/projects/Scorned-Obsidian-Vault/`

## Access Policy
- Marvin: READ + WRITE (sole write gatekeeper)
- All other agents: READ ONLY
- Git commit before AND after every write (no approval needed)

## Vault Purpose
Human-facing memory — things Chrisco needs to remember, reference, or learn from.
NOT for agent operational state (agents use their own files).

## Known Vault Structure
To be populated on first live run when vault is explored.
See VAULT_STRUCTURE.md once generated.

## Key Paths (known so far)
- `projects/nexus/` — Project NEXUS
- `projects/personal/` — Personal projects (CASE feeds here)
- `agents/daily-summaries/` — Shepard daily summaries
- `learning/` — Oracle learning content
- `todo/` — Chrisco's TODO (primary home, lives here not in workspace)
- `family/` — Rosters, prescriptions, family scheduling
- `inbox/` — Quick capture, unsorted

## Frontmatter Standard
Every note written by Marvin includes:
```yaml
---
date: YYYY-MM-DD
created_by: marvin
tags: [tag1, tag2]
---
```

## Decisions Log
- 2026-03-15: Marvin created as Tier 2 Vault Manager in NEXUS
- 2026-03-15: TODO list to live primarily in Obsidian (vault/todo/)
- 2026-03-15: Git auto-commit before/after all edits, no approval needed
- 2026-03-15: VAULT_PENDING.md exists in workspace — process on first run
