λx.xDocs← app
documentation

Vinculum Docs

Vinculum is coordination substrate for parallel Claude sessions. The LLM is the coordinator. Vinculum is what it coordinates on — a typed-entry graph that persists across sessions, branches, and time.

What is Vinculum?

Vinculum means bond or barin Latin — the horizontal line that binds. It's the shared memory layer that Claude sessions write to and read from, so parallel agents can coordinate without ferrying context through chat.

Every decision, every directive, every implementation gets written as a typed entry in the graph. Sessions are ephemeral. The graph is not. When a grunt finishes work and its window closes, the implementation entry remains — readable by the reviewing lieutenant, the colonel, and every subsequent session that touches that part of the project.

This is the substrate not scaffolding distinction: read more →

How it works

You connect Vinculum to your Claude client via MCP. From there, your Claude sessions get a set of tools: write, read_entry, claim_directive, spawn_grunt, and twenty more. Those tools are how Claude reads from and writes to the graph.

Work flows through a five-tier role model — General → Colonel → Major → Lieutenant → Grunt — where each role has a different scope and set of responsibilities. The General orchestrates. Colonels own waves of work and commit code. Majors coordinate parallel work streams. Lieutenants review and commit. Grunts implement directives.

Quick links