← ExamplesGitHub
EXECUTABLE EXAMPLE / PHASE 2

A bounded agent handoff you can verify.

This fixture connects a machine-readable Agent Context, Verification Plan, and Agent Result with a deterministic validation command.

What executes

  1. Load the three JSON artifacts.
  2. Check required fields and allowed verification types.
  3. Check that the verification target matches the declared boundary.
  4. Check that the result contains verification evidence.

Run python tools/verify_examples.py from the repository root.

Fixture files

What this does not prove

The fixture does not implement an agent runtime, grant credentials, execute arbitrary code, or establish a production protocol. It verifies the Phase-2 artifact handoff and acceptance evidence model.

Phase-3 boundary

A future plugin or agent adapter can consume the same artifacts. Phase 3 can therefore focus on runtime integration rather than redefining the engineering semantics.