auto-sync: 2026-05-29 13:34:39

This commit is contained in:
cfdaily
2026-05-29 13:34:39 +08:00
parent 57aaca3fab
commit c887a530da
+1
View File
@@ -173,6 +173,7 @@ VALID_STATUSES = frozenset({
"pending", "claimed", "working", "review",
"paused", "escalated", "waiting_human",
"done", "failed", "blocked", "cancelled",
"reviewing",
})
TERMINAL_STATUSES = frozenset() # v3.1: 无终态,全靠 VALID_TRANSITIONS 校验