VerificationAvailable
Verification
Verification maps changed paths to named checks, runs those checks, and records receipts. It owns the verification and coverage objects in agent-up.json and the receipt ledger.
It never reads the agent commit queue. Record receipts before enqueue. MCP is loopback-only, like the other Agent-Up servers.
Plan which checks apply
Run them and record receipts
Guard before enqueue
Tool
run_verification
Tools
plan_verification
See which checks the current changes require, and which rule selected each.run_verification
Run every required check and record a receipt per check.run_verification_check
Re-run one check by id after a targeted fix.guard_verification
Report whether every required check has a passing receipt matching the current file contents.
Also
CLI
agent-up verify plan · run · guard
Coverage
Runs as patch-coverage inside run_verification
Receipts
.git/agent-up/verification/receipts.json
The field contract is the agent-up.json reference. Agent operating rules stay in AGENTS.md.