Add precise mutation category verifier for controller handoffs (#319)

Reject legacy Workspace mutations wording and require explicit file,
worktree/index, and git ref mutation fields in reviewer controller handoffs.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This commit is contained in:
2026-07-07 05:31:24 -04:00
co-authored by Claude Opus 4.8
parent 634d8a17aa
commit b71d3aeab3
4 changed files with 231 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_mutation_categories_verifier_exported():
from review_proofs import assess_mutation_categories_report
assert callable(assess_mutation_categories_report)