Skip to content

Governance & gates

Generation is autonomous; consequences are not. Spine stops at two human gates, and nothing reaches the outside world without your approval.

The two-gate pipeline

Requirements β†’ Intents β†’ πŸ”’ GATE 1 β†’ Grounded codegen + tests β†’ Review β†’ πŸ”’ GATE 2 β†’ PR
human human
approval approval

The two gates are the only places the machine writes to the outside world β€” and both need you.

  • Gate 1 β€” intent approval. Spine proposes intents (planned changes). Nothing is generated until you approve.
  • Gate 2 β€” PR approval. After grounded codegen and tests, Spine stops. Nothing is pushed or merged until you approve.

Guarantees

PropertyWhat it means
Policy-as-codeRules live in version control, reviewed like any other code.
Append-only auditEvery action recorded. Nothing rewritten after the fact.
Replayable runsDurable execution on Temporal β€” re-run a workflow deterministically.
Budget capsHard spend and step limits on any autonomous run.
Safe by default--safe writes nothing external. Opt in to every side effect.