{
  "chain_id": "escalation-sla-supervised-autonomy-receipt",
  "fixture_type": "golden_end_to_end",
  "spec_version": "0.8.7",
  "description": "Golden fixture: input bundle -> expected chain-definition execution_hash. Reuses shipped per-kernel fixtures for step inputs; this file fixtures the chain composition, not the kernels. The gate's escalate branch is exercised by art-67's default-inputs vector (overall_grade='F'); default_inputs itself is the escalating scenario for this chain.",
  "input_bundle": {
    "mandate": {
      "mandate_type": "work_mandate",
      "scope": {
        "tool_ids": ["art-67-agentic-ai-risk-classifier", "art-236-build-ai-decision-log-record"],
        "chains": []
      },
      "conditions": [],
      "escalation_triggers": [
        {"pointer": "/overall_grade", "op": "eq", "value": "F"}
      ]
    },
    "classifier_inputs": {},
    "expected_escalate": true
  },
  "policy_parameters": {
    "execution_backend": "browser",
    "chain_id": "escalation-sla-supervised-autonomy-receipt",
    "step_count": 3,
    "step_tool_ids": [
      "art-274-compile-work-mandate",
      "art-67-agentic-ai-risk-classifier",
      "art-236-build-ai-decision-log-record"
    ],
    "gates": [
      {
        "tool_id": "art-67-agentic-ai-risk-classifier",
        "input": "/overall_grade",
        "rules": [
          {
            "op": "eq",
            "value": "F",
            "next": "escalate"
          }
        ]
      }
    ]
  },
  "output_payload": {
    "chain_title": "Escalation SLA / Supervised-Autonomy Receipt",
    "chain_description": "Gated three-step chain: work mandate compiler (art-274) establishes the supervision context, agentic AI autonomy/risk classifier (art-67) grades the agent, GATE: overall_grade='F' escalates (HALT, open OCG Section 22.8 escalation record); any passing grade routes to the EU AI Act Art 12(2) decision-log record builder (art-236).",
    "spec_version": "0.8.7",
    "steps": [
      {
        "tool_id": "art-274-compile-work-mandate",
        "handoff": "the compiled work mandate (escalation_triggers, scope, conditions) establishes the supervision context for Stage 2 autonomy/risk classification",
        "gate": null
      },
      {
        "tool_id": "art-67-agentic-ai-risk-classifier",
        "handoff": "overall_grade and governance_tier feed the escalation gate; a passing grade continues to Stage 3 Art 12 decision-log recording",
        "gate": {
          "input": "/overall_grade",
          "rules": [
            {
              "op": "eq",
              "value": "F",
              "next": "escalate"
            }
          ],
          "default": "art-236-build-ai-decision-log-record"
        }
      },
      {
        "tool_id": "art-236-build-ai-decision-log-record",
        "handoff": "art12_completeness_score, chain_position, and anchor_surface instructions complete the supervised-autonomy escalation-SLA receipt. Final stage.",
        "gate": null
      }
    ]
  },
  "expected_execution_hash": "32472c4971b9be015339c2279ce0827ea6420198daaf43501bb782ee1711a7d2"
}
