Files

1.6 KiB
Raw Permalink Blame History

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 + a foundry.contentHash baseline guard. Foundry→Obsidian stays manual — the relay has no change-push and /search is minified with no content hash (005-autosync-o-to-f-only).
  • pushNote always PUTs (no internal idempotency); the guard + baselineNote are what prevent loops/redundant pushes (push-flow, autosync-watch-loop).
  • The dashboard runs dev/dry-run by default; auto-sync baselines land in the --out mirror in dev, the real vault (with .bak) in apply.

Recent Changes

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).