feat(tasks): adopt canonical task statuses

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

View file

@ -153,7 +153,7 @@ export const FIELD_HELP = {
},
status: {
label: "Status",
description: "Current lifecycle state: todo, in_progress, blocked, done, or cancelled.",
description: "Current lifecycle state. Tasks use wait, todo, progress, done, or cancel.",
doc: "/docs/workstream-lifecycle",
},
topic_id: {
@ -182,7 +182,7 @@ export const FIELD_HELP = {
},
needs_human: {
label: "Needs Human",
description: "True if the task is blocked waiting for human input or approval.",
description: "True if the task is waiting for human input or approval.",
doc: "/interventions",
},
intervention_note: {