Skip to content

Accountability infrastructure for autonomous engineering

Documentation

Reference index

This is a gateway, not a wiki. Each entry points at the page that is authoritative for that topic, and every one of them is server-rendered text you can quote.

  • Concepts
  • Layers
  • Guides

Source

Implementation references

  • DoneState

    DoneState is the durable execution and control plane for autonomous coding work: it accepts an outcome plus an authority envelope, enforces admission, budgets, leases and idempotency, records durable state transitions and audit evidence, recovers deterministically from crashes, and cannot verify its own work.

    github.com/AyobamiH/donestate
  • OpsTruth

    OpsTruth is an independent read-only verifier for AI-assisted engineering: it inspects repository, stack, test, build, CI, secrets, configuration, route, runtime and deployment evidence, separates findings into Verified, Risky and Unproven, and performs no write actions of any kind.

    github.com/AyobamiH/opstruth
  • AgentProof

    AgentProof is the transaction and signed-receipt layer for consequential agent actions: it binds authority to an exact prepared state, executes exactly once with recovery, and emits an independently verifiable signed receipt, keeping proposer, authority, executor, signer and verifier separate.

    github.com/AyobamiH/agentproof

Give agents authority. Keep the proof.

Documentation should be checkable against source. Both are linked from this page.