Execution pattern
Require the approval a deploy assumes it already has.
A pipeline — or an agent with repo access — ships to production, force-pushes, or runs a migration.
The gate is a branch rule that the automation holds the credentials to satisfy. The change lands, and the review that was supposed to precede it happens during the incident.
The signals available at the moment of the action, and the rule that judges them.
Hold any change to a protected environment that lacks a recorded human approval, and treat schema and secret changes as always requiring one.
The deploy proceeds and the dossier records the approval it ran under.
The deploy waits on a reviewer, with the diff and blast radius attached.
The deploy does not run — for example during a change freeze.
Fork one and change the thresholds. Available today on 3 platforms.
Blocks production deploys during a freeze, escalates out-of-hours releases, and stamps the verdict on the PR.
github
Never force-push to a protected branch, never rewrite shared history — the agent has to open a PR instead.
cursor
Require review before a force push. Blocks history rewrites on protected branches and escalates protection-setting changes.
github
Holds agent-authored database migrations and `terraform apply` runs until a human signs the blast radius.
claude code
This pattern is one answer to each of these.
The same five steps for every pattern in the library.
Run the policy against a realistic action in the browser. Push it past what the rules allow and watch the verdict come back. No account.
See exactly what was decided and why: the rule that fired, the evidence it read, the policy version in force, and an Ed25519 signature you can verify yourself.
Measure what the policy would have caught on your own traffic without touching the live path. Every recipe defaults to shadow, so the first deployment carries no execution risk.
Point the same policy at the system where the action actually originates — a checkout, an ERP posting, a Zap, an agent's tool call.
Publish the proof: a public verification link, an embeddable badge, a PR comment, or an anonymized shadow-mode finding. This is how the next person discovers Decionis.