Verified Digital Agents → Blocks → ACP

ACP — Agent Control Plane

Governance as code. The rules live in git, change through review, are tested adversarially, ratified by a named human, then signed and distributed as a bundle agents verify and evaluate locally.

Live · signed A2A card + REST · federated approval identity staged, not yet live · MCP planned, not live

Governance-aware wrapper on git — not a rebuild of it

Git already does version control, diff, review, branch protection and history. ACP does not reimplement any of it. The value is what sits above and below git:

What git is deliberately NOT used for

Not a runtime distribution channel. Agents never git pull. ACP builds a signed, content-hashed bundle from approved state; agents fetch, verify, cache and evaluate locally.

Not the evidence layer. Git history is mutable by a repo admin. Witness is the tamper-evident record.

Not the human surface. A non-engineer approver does not review a diff.

Authority comes from git, not a parallel RBAC

Who may author and who may approve is read from CODEOWNERS and branch protection — the mechanisms your engineering org already maintains. A second permissions system would drift from the first, and the drift would be invisible until an audit.

The ratification gate

Risk-driving values are raised to HITL, resolved by an authorised person, and sealed. ACP's activation gate is then fed by that sealed resolution — and it fails loud:

Activation is REFUSED if:
  · HITL cannot be reached                    (never assumed to be a pass)
  · the decision is resolved but seal PENDING (resolved is not anchored)
  · the sealed statement does not bind every ratified value
  · the deciding actor does not hold authority under CODEOWNERS

See the gate on demo data → Demo data

The parts you can adopt independently

Published to npm, usable without adopting the rest:

@getvda/evaluator-sdk The runtime enforcement SDK an agent embeds: fetch → verify → cache → evaluate → seal, locally. Framework-agnostic and fail-static — it carries no standing credential and cannot mint a bundle that verifies.
@getvda/test-suite The governance CI suite. Runs as a required status check in your own pipeline — schema validation, Compliance Guard, adversarial governance tests. Offline: no tokens, no network.
@getvda/governance-schema The VDA-MD contract the other blocks agree on.

Also published: @getvda/bundle, @getvda/distribution, @getvda/witness, @getvda/compliance-guard.

Honest status

Live: reading governance, preparing changes, running the test suite, the approval surface, activating versions, serving signed bundles. Staged: federated approval identity — approvals are recorded, but identity is not yet federated to a customer IdP. Planned, not built: an MCP surface.