feat(tasks): adopt canonical task statuses
This commit is contained in:
parent
da5aee6e38
commit
38835e9e79
61 changed files with 692 additions and 342 deletions
|
|
@ -16,8 +16,8 @@ This makes file-backed workplans harder to reason about. A workplan can be a
|
|||
good proposal but not ready to execute; a ready workplan can become stale after
|
||||
the repo changes; parked backlog work should not clutter the current work view.
|
||||
|
||||
Task status should remain separate. Tasks can keep using
|
||||
`todo`, `in_progress`, `blocked`, `done`, and `cancelled`.
|
||||
Task status should remain separate. Tasks use the InfoTechCanon-aligned
|
||||
`wait`, `todo`, `progress`, `done`, and `cancel` lifecycle.
|
||||
|
||||
## Proposed Canonical Workplan States
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue