entire-vc562 downloadsBidirectional sync of docs folders between your vault and AI development projects.
Keep your project /docs and Obsidian notes always in sync — bidirectional, local-first, no copy/paste.
Built for AI-assisted coding workflows (Cursor / Claude Code / Copilot): let AI update repo docs while your Obsidian specs stay fresh automatically.

You code with AI. Your AI writes and updates docs in /docs. But your Obsidian specs go stale.
Or you update specs in Obsidian, and the repo doesn't know.
Result: AI hallucinates from outdated context. Teammates read wrong docs. You copy-paste manually.
Local Sync fixes this: bidirectional, automatic, local-first.
Or open directly: obsidian://show-plugin?id=evc-local-sync
Plugin page: https://obsidian.md/plugins?id=evc-local-sync
main.js, manifest.json, and styles.css from the latest release.obsidian/plugins/evc-local-sync/ in your vaultSpecs//path/to/project/docs/✅ Changes now mirror in both directions.
AI updates /docs while you code → Local Sync keeps your Obsidian notes current.
No more "AI hallucinated because the spec was outdated."
Edit spec in Obsidian → sync → teammates and CI pipelines always read the latest docs.
Connect your team's project docs to a shared vault. When any dev updates /docs (or AI does), the vault stays current. End the cycle of stale documentation.
Sync conflicts happen when both sides change before a sync runs.
Recommended starting point:
docs/Troubleshooting.md for common edge cases| Copy/paste | Manual export | Git submodule | Local Sync | |
|---|---|---|---|---|
| Always current | ❌ | ❌ | partial | ✅ |
| Bidirectional | ❌ | ❌ | ❌ | ✅ |
| Conflict handling | manual | none | merge conflicts | configurable |
| Offline / private | ✅ | ✅ | ✅ | ✅ |
| Setup complexity | none | none | high | 3 steps |
| AI IDE workflow | ❌ | ❌ | partial | ✅ |
Local Sync is designed for solo workflows. If you need team collaboration or want to publish your vault as a website (private, protected, or public):
→ EVC Team Relay — self-hosted collaborative editing for Obsidian teams.
Edge cases and integration requests help make this solid:
Common topics: renames/moves · case sensitivity (Windows/macOS) · watcher missed events · rapid edits
MIT