First launch release for Agent Contract Tests.
What it includes:
- CI-time validation for AI coding agent specs, tool ACLs, call graphs, governed channels, and governed tasks.
- Deterministic eval assertions over saved agent outputs.
- Runtime guard helpers for custom agent runners.
- Composite GitHub Action support via RPSingh1990/agent-contract-tests@v0.1.0.
- Claude Code, Codex, and Cursor adapter guidance.
- Demo screenshot, public-safety checks, SECURITY.md, and CODE_OF_CONDUCT.md.
Quick start:
python3 scripts/agent_ops_init.py --demo --force
python3 scripts/agent_ops_validate.py --root agent-ops-demo --strict
python3 scripts/run_evals.pyScope:
This is a contract-test toolkit, not an agent framework, sandbox, or replacement for code/security review.