Vault + command runner

Obsidian Command Center

Use the repo vault as the human source of truth, then sync approved notes into the local brain through the 0S command runner.

Open Vault

Open `obsidian-vault/` in Obsidian. Curated notes use `brain: true` frontmatter.

Sync Brain

npm run 0s:command -- obsidian:sync

Inspect Export

npm run 0s:command -- obsidian:inspect

Validate

npm run 0s:command -- brain:validate

Serve Site

npm run 0s:command -- site:serve

Static QA

npm run 0s:command -- qa:crawl-static

Command Source

The allowlist lives at `metraiyux_0s_site/brain/operator-command-registry.json`. The local brain can retrieve those command IDs and explain when to use each one.