feat(tasks): adopt canonical task statuses

This commit is contained in:
2026-05-26 01:32:50 +02:00
parent da5aee6e38
commit 38835e9e79
61 changed files with 692 additions and 342 deletions

View File

@@ -145,8 +145,8 @@ Notifications appear in the [Inbox](/inbox) page and are queryable via
A request can optionally link to a **blocking task** via `blocking_task_id`.
When the request reaches `completed`, the system automatically patches that
task from `blocked` → `todo` and clears its `blocking_reason`. This means
blocked work resumes without manual intervention.
task from `wait` → `todo` and clears its `blocking_reason`. This means
waiting work resumes without manual intervention.
---