Evc Local Sync Plugin banner
entire-vc entire-vc

Evc Local Sync Plugin

AI community

Description

Obsidian plugin for bidirectional sync between Obsidian vault and AI development projects (Claude Code, Cursor AI, VS Code)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

EVC Local Sync

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

![Demo](./assets/demo.gif)


The Problem

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


Install

  1. Settings → Community plugins → Browse → search "EVC Local Sync"
  2. Install, then Enable

Or open directly: `obsidian://show-plugin?id=evc-local-sync` Plugin page: https://obsidian.md/plugins?id=evc-local-sync

Manual install
  1. Download main.js, manifest.json, and styles.css from the latest release
  2. Create folder .obsidian/plugins/evc-local-sync/ in your vault
  3. Copy downloaded files to this folder
  4. Enable in Settings → Community plugins

Quickstart (3 minutes)

  1. Open plugin settings → Add mapping
    • Vault path: Specs/
    • Local path: /path/to/project/docs/
  2. Click Sync Now
  3. (Optional) Enable Auto sync and choose a conflict strategy

✅ Changes now mirror in both directions.


Workflows

1 — AI writes docs → Obsidian stays fresh

AI updates `/docs` while you code → Local Sync keeps your Obsidian notes current. No more "AI hallucinated because the spec was outdated."

2 — You edit in Obsidian → repo docs update for teammates and CI

Edit spec in Obsidian → sync → teammates and CI pipelines always read the latest docs.

3 — Dev team docs that never go stale

Connect your team's project docs to a shared vault. When any d