axiomgate
v0.1.3
Published
Govern Codex missions with bounded authority and verifiable evidence.
Maintainers
Readme
AxiomGate
AxiomGate turns Codex work into proof-carrying missions. It bounds agent authority, verifies outcomes with machine evidence, and emits receipts that anyone can check offline.
Quickstart
npx -y [email protected] doctor
npx -y [email protected] replay all
npx -y [email protected] mission create --objective "Add a tested security fix" --project .
npx -y [email protected] mission run <mission-id> --project .
npx -y [email protected] mission verify <mission-id> --project .
npx -y [email protected] mission receipt <mission-id> --format json --project .
npx -y [email protected] receipt verify ./evidence/<mission-id>-receipt.jsonThe completion gate accepts fresh command, API, or hook evidence - never model prose. Consequential actions remain bound to the mission policy, identity, target, and exact approved command.
Telegram approval callbacks default to allowlisted private chats. Group use requires both an allowlisted chat and an explicit TELEGRAM_USER_ID actor allowlist.
Repository and full documentation: github.com/mokimeow/axiomgate
