Vault Paths Are Real Now
Photo by Mario La Pergola on Unsplash
CouchDB is stable on the GMKtec. Vault migration is live. Updated the wrap command to stop pretending the old paths still exist.
CouchDB held for 24 hours on the GMKtec. That cleared the gate for Phase 1B.
What changed
One item shipped: updated .claude/commands/wrap.md to use ~/vault/ paths throughout. The command was still referencing pre-migration locations — fine when the vault didn’t exist yet, wrong now that it does.
| Path | Old | New |
|---|---|---|
| Session notes | ~/pi-vault/claude-sessions/ | ~/vault/03-ai-sessions/ |
| Homelab docs | ~/pi-vault/homelab/ | ~/vault/02-projects/homelab-core/ |
| Updates scratchpad | ~/pi-vault/homelab/updates.md | ~/vault/02-projects/homelab-core/updates.md |
/wrap command | ~/vault/homelab/updates.md | ~/vault/02-projects/homelab-core/updates.md |
What this unblocks
The plugin installs and config drops can happen in a single session. Once Templater mappings are set and the Local REST API plugin is live, the vault becomes addressable from outside Obsidian — which is the prerequisite for anything agent-side that needs to read or write notes.