Syndicate Code
Evidence chain entry point
Enforcement at the developer terminal. Every side-effecting AI action requires a valid approval envelope before execution. The evidence chain begins here.
Developer-side AI actions — code changes, file writes, API calls initiated from the terminal — execute without pre-authorization. The developer workflow becomes an ungoverned execution path the moment AI tooling is added.
Primary job
Enforce policy before developer-side AI actions execute.
Best fit
Engineering teams in regulated environments that need pre-execution approval checkpoints and attributable evidence for AI-assisted code changes.
Deployment
Runs locally with an embedded control plane.
WHAT IT ENFORCES
- Policy evaluated before any side effect executes
- Approval bound to specific parameters — not loose intent
- HMAC-signed append-only SQLite evidence ledger
- Fail-closed: no execution without valid approval
- Headless CI mode exits code 2 when checkpoint is pending
WHAT IT DOES NOT CLAIM
- Does not prevent side-channel execution via compromised binaries
- Does not enforce policy for actions outside the terminal session