fix: resolve conflicts for PR #415

Rebase onto current prgs/master and fix cleanup-mutations regex so
"Cleanup mutations: none" does not false-positive the proof checklist.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This commit is contained in:
2026-07-07 17:19:37 -04:00
co-authored by Claude Opus 4.8
parent d5dc9f2708
commit 44a7c62dc3
+1 -1
View File
@@ -209,7 +209,7 @@ def assess_post_merge_cleanup_proof(
if not remote_delete and not worktree_remove:
cleanup_mutations = re.search(
r"cleanup mutations\s*:\s*(?!none\b)(.+)",
r"cleanup mutations\s*:\s*(?!none\b)\S",
text,
re.IGNORECASE,
)