1.6 KiB
1.6 KiB
type, title, updated
| type | title | updated |
|---|---|---|
| meta | Hot Cache | 2026-06-22T03:30:00 |
Recent Context
Last Updated
2026-06-22. Scaffolded the Mode B architecture wiki inside the obsidian-foundry-sync repo and seeded it from the codebase.
Key Recent Facts
- The compose now bundles ONLY the relay (browser Obsidian + plugin were removed 2026-06-21). See 004-dropped-browser-obsidian.
- Auto-sync mode (autosync) is Obsidian→Foundry instant only, via
fs.watch+ afoundry.contentHashbaseline guard. Foundry→Obsidian stays manual — the relay has no change-push and/searchis minified with no content hash (005-autosync-o-to-f-only). pushNotealways PUTs (no internal idempotency); the guard +baselineNoteare what prevent loops/redundant pushes (push-flow, autosync-watch-loop).- The dashboard runs dev/dry-run by default; auto-sync baselines land in the
--outmirror in dev, the real vault (with.bak) in apply.
Recent Changes
- Created: server, autosync, push, relay-client, batch, content-hash, foundry-block, name-uuid-resolver, push-flow, refresh-flow, autosync-watch-loop, index-recommend, ADRs 001-external-foundry–005-autosync-o-to-f-only, dependency pages.
- Wiki decisions recorded for: external Foundry, host-run tool, relay-over-LevelDB, dropped browser Obsidian, O→F-only auto-sync.
Active Threads
- Verify a real auto-sync push end-to-end once the dev headless session is back up (
activeClients > 0); the scratch-note test proved the path but the session was down. - MCP server for the wiki is NOT configured (deferred).