Skip to content

Concepts

The mental model. Read top to bottom for first-time understanding; each page is independently load-bearing.

PageWhy it matters
Control plane vs source-of-truthThe framing: methodology centralised, project truth in each repo.
RegistryThe declarative list of governed repos.
VerbsThe mechanical pipeline: typed input → schema-validate → constraint-check → dry-run / apply → PR.
Idempotency keysWhy re-runs are no-ops.
FleetsAgent identity and the fleets_allowed gate.
Profilesstrict / standard / permissive.
Dry-run vs applyWhy dry-run is the default.
Schema fingerprintsHow old PRs trace back to their contract version.
Boundary diagramThe single most load-bearing visual.
  • Overview — the one-screen explainer that motivates these concepts.
  • Architecture — the rationale behind the concepts.
  • Verb reference — applying the concepts to real verbs.