Skip to content
VS Code

Agent Coherence — Stale Write Guard (FS) for VS Code

io.github.cohexa-ai/stale-write-guard-fs

Coherence guard for shared files: denies stale writes so agents don't silently overwrite each other.

client:VS Code transport:stdio runtime:pypi

Install Agent Coherence — Stale Write Guard (FS) in VS Code

.vscode/mcp.json

{
  "servers": {
    "stale-write-guard-fs": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-coherence"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Agent Coherence — Stale Write Guard (FS) in other clients