fix(WP-0009): use workstream status 'blocked' not task status 'wait'
'wait' is a task-level status; valid workstream/workplan frontmatter statuses are proposed/ready/active/blocked/backlog/finished/archived. The mislabeled 'wait' caused fix-consistency C-04 to 422 when syncing the workstream status. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
cfb1e44a7a
commit
407cd2e1f4
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ type: workplan
|
|||
title: "flex-auth Policy Gate Production Readiness"
|
||||
domain: custodian
|
||||
repo: ops-warden
|
||||
status: wait
|
||||
status: blocked
|
||||
owner: codex
|
||||
topic_slug: custodian
|
||||
planning_priority: low
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue