λx.xDocs← app
DocsConcepts

Concepts

Vinculum is built on a small number of ideas that compose well. Understanding them makes the rest of the system obvious. Start with Substrate — it's the core insight everything else follows from.

The core idea

Most coordination systems are scaffolding — temporary structures you put up to do work, then tear down. Chat threads, shared Google Docs, Slack channels: they hold context for a while, then it leaks or gets buried.

Vinculum is substrate. It's the thing you build on. Every decision, directive, and implementation is a durable entry in the graph. Sessions come and go. The graph stays. When a new session starts, it reads the graph and picks up exactly where the last one left off — not because there's a clever handoff protocol, but because the substrate is shared.

Reading order

  1. Substrate — start here. The foundational idea.
  2. Roles — who does what.
  3. Spawning — how work gets started.
  4. Directives — how work is specified.
  5. Conventions — how the project remembers how it works.