{
      "name": "escalation-sla-supervised-autonomy-receipt",
      "domain": "AI & Agent Governance",
      "title": "Escalation SLA / Supervised-Autonomy Receipt",
      "description": "\"Agent halted -> human X answered in T -> decision D\" as protocol-native evidence for EU AI Act Art 12 supervised-autonomy obligations. Compiles a work mandate with escalation triggers (art-274), classifies the agent's autonomy/oversight tier (art-67), then GATES: an overall grade of F escalates (HALT, opens an OCG Section 22.8 escalation record, closed via verify_escalation_closure on the anchor worker, with the closing decision available as an AuthZEN 1.0-mapped Policy Decision Point evaluation at anchor.ainumbers.co); any passing grade routes directly to building the Art 12(2)-conformant decision log record (art-236). An ISO 24970 field mapping is DRAFT-PINNED honesty only, never a claim of conformance to a ratified standard. The SEP-2322 InputRequired transport binding for the escalation itself is a planned upgrade (rides the MCP-728 Track A Section T3 work); this receipt composes the live mandate, classification, and decision-log evidence today. Verify-only; asserts only that the mandate, classification, and decision-log steps it ran are internally consistent, never a broader safe-to-deploy guarantee.",
      "composer_url": "https://ainumbers.co/chaingraph/chains/escalation-sla-supervised-autonomy-receipt.html",
      "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"
        },
        {
          "tool_id": "art-67-agentic-ai-risk-classifier",
          "handoff": "overall_grade and governance_tier -> GATE: overall_grade='F' escalates (HALT, open OCG Section 22.8 escalation record, closed via verify_escalation_closure on the anchor worker); any 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."
        }
      ]
    }
