fix: resolve conflicts for PR #372 against current master

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This commit is contained in:
2026-07-07 09:45:03 -04:00
co-authored by Claude Opus 4.8
11 changed files with 1260 additions and 2 deletions
+6
View File
@@ -172,6 +172,12 @@ def test_reconcile_linked_issue_verifier_exported():
assert callable(assess_reconcile_linked_issue_report)
def test_infra_stop_handoff_verifier_exported():
from review_proofs import assess_infra_stop_handoff_report
assert callable(assess_infra_stop_handoff_report)
def test_mutation_categories_verifier_exported():
from review_proofs import assess_mutation_categories_report