Add infra-stop repair handoff verifier for blocked reviewers (#289)

Stop PR queue advancement when infra_stop blocks capability and require
CONTROL-CHECKOUT REPAIR MODE handoffs with infra diagnostics.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This commit is contained in:
2026-07-07 05:33:12 -04:00
co-authored by Claude Opus 4.8
parent 4d3e90e7c5
commit 6be8f16351
4 changed files with 281 additions and 0 deletions
+6
View File
@@ -134,3 +134,9 @@ def test_non_mergeable_skip_verifier_exported():
from review_proofs import assess_non_mergeable_skip_proof
assert callable(assess_non_mergeable_skip_proof)
def test_infra_stop_handoff_verifier_exported():
from review_proofs import assess_infra_stop_handoff_report
assert callable(assess_infra_stop_handoff_report)