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:
parent
548c3efe4a
commit
45fb6e141d
1 changed files with 1 additions and 0 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue