Subject SHA mismatch
Symptom
The orchestrator reports subject_sha mismatch when trying to consume a gate.
Resolution
- Identify which gate is stale.
- Compare the runtime HEAD with the gate's
subject_sha. - If the head moved, re-issue the gate at the new head.
- If the head is unchanged, inspect for runtime split-brain (
goal-doctor.ps1).
See Playbooks → Handle stale PR head or Handle stale production subject.