Demonstrates OCG §22.8.2 escalation EMIT/HALT semantics. DORA Readiness Diagnostic runs first: a grade F triggers the escalate gate, halts the chain, and opens an escalation record. A passing grade routes forward to DORA Incident Classifier.
When the gate fires escalate, the run halts immediately. Remaining steps are marked skipped_by_escalation (distinct from skipped_by_gate). An open escalation record is emitted with a deterministic record_hash over { decision, halted_steps }; opened_at is excluded from the preimage so the hash is stable across runs. The composite execution hash is computed over ran steps only, before the escalation record is attached.
rule[0]: if output.grade == "F" → next: escalate (§22.8.2 HALT + open record) default: → next: art-09-dora-incident-classifier
run_dora_readiness_diagnostic{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "run_dora_readiness_diagnostic",
"arguments": {}
},
"id": 1
}
classify_dora_incident{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "classify_dora_incident",
"arguments": {}
},
"id": 1
}