chore(consistency): sync task status from DB [auto]

Updated by fix-consistency on 2026-05-01:
  - update .custodian-brief.md for the-custodian
This commit is contained in:
2026-05-01 00:55:53 +02:00
parent 548c3efe4a
commit 45fb6e141d

View File

@@ -73,6 +73,7 @@ VALID_TASK_PRIORITIES = {"low", "medium", "high", "critical"}
# and before PATCHing, so "done" vs "completed" is never flagged as C-04 drift.
FILE_TO_DB_WORKSTREAM_STATUS: dict[str, str] = {
"done": "completed",
"todo": "active", # workplan not yet started → active workstream in DB
}
# Ordinal ranking for task statuses used by the no-regress rule (T01/C-15).