{
  "schema": "hzb-hivm-concept-v1",
  "status": "architecture-example-not-executable-bytecode",
  "task": "Review authorized contract permissions",
  "plan": [
    {"op": "READ", "resource": "authorized-source"},
    {"op": "ANALYZE", "purpose": "identify privileged roles"},
    {"op": "GENERATE", "artifact": "candidate-review-plan"},
    {"op": "SIMULATE", "mode": "read-only"},
    {"op": "VALIDATE", "checks": ["scope", "budget", "expiry"]},
    {"op": "AUTHORIZE", "decision": "permit-read-only"},
    {"op": "EXECUTE", "allowed_tools": ["read_authorized_source"], "external_writes": false},
    {"op": "ATTEST", "artifact": "reviewable-receipt"}
  ],
  "on_uncertain_state": "pause-and-reconcile",
  "note": "Architecture illustration only. No published HIVM bytecode or runtime is implied."
}
