01 — Durable
Crash-proof by construction.
Exactly-once
Every step checkpointed; an in-flight run can't be corrupted by an edit.
∞
Workflows resume exactly where they stopped — no lost state.
02 — Governed
Guardrails that fail closed.
PII redaction
Tool-arg limits and output contracts; violations are never retried.
0
Anonymous access. SSO, SCIM and capability-based RBAC throughout.
03 — Audited
An answer for every examiner.
100%
Every prompt, tool call, retry and decision recorded with identity.
git
Every deploy is a real commit — diffable, reviewable, rollback-ready.