fix(test): remediate repository-wide regressions (Closes #673)

This commit is contained in:
2026-07-10 18:09:19 -04:00
parent ec903b0d61
commit a7aac0df1d
12 changed files with 75 additions and 21 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ def classify_entry(
if not record:
return "orphan", "Directory exists but is not a registered git worktree"
if record.get("detached") and REVIEW_WORKTREE_RE.search(rel_path):
if record.get("detached") and _REVIEW_WORKTREE_RE.search(rel_path):
return "detached-review", "Detached HEAD in reviewer/simulation worktree"
if state.get("exists") and state.get("clean"):