01 / ARTIFACT VERIFY
CI for files, not just code.
Fail generated XLSX, PPTX, DOCX and PDF deliverables before they reach a client, board deck or finance model.
$ artifact-verify check model.xlsx
PASS · 7/7 checks
✓ office.structure
✓ xlsx.formulaErrors
✓ content.placeholders
Inspect Artifact Verify →
02 / REPO VERIFY
Agents don't grade their own work.
Turn a task into executable acceptance evidence: scope, tests, build, probes and a machine-readable verification digest.
$ repo-verify verify
VERIFIED · 5/5 checks
✓ scope.allowedPaths
✓ command:test
✓ command:build
Inspect Repo Verify →
03 / ACTION GUARD
Give agent actions an undo strategy.
Classify actions as reversible, compensable or irreversible. Add idempotency, approval gates, rollback and tamper-evident receipts.
await tx.run({
classification: "reversible",
snapshot,
execute,
rollback
})
Inspect Action Guard →