fix(work-items): close completed mainline ledger items
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 1m9s
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled

This commit is contained in:
ogt
2026-07-10 10:06:24 +08:00
parent 2948217037
commit 42ce3d54be
3 changed files with 32 additions and 25 deletions

View File

@@ -1609,15 +1609,15 @@ const COMMANDER_INSERTED_REQUIREMENT_FALLBACK: PriorityWorkOrderResponse = {
commander_inserted_requirement_p1_count: 14,
commander_inserted_requirement_p2_count: 5,
commander_inserted_requirement_p3_count: 2,
commander_inserted_requirement_done_count: 5,
commander_inserted_requirement_in_progress_count: 31,
commander_inserted_requirement_done_count: 9,
commander_inserted_requirement_in_progress_count: 27,
commander_inserted_requirement_pending_count: 14,
commander_inserted_requirement_blocked_count: 1,
commander_inserted_requirement_deferred_count: 4,
commander_inserted_requirement_next_id: "CIR-P0-001",
commander_inserted_requirement_next_id: "CIR-P0-004",
commander_inserted_requirement_next_priority: "P0",
commander_inserted_requirement_next_action:
"每次推進固定回報 current P0 / action / evidence / next action。",
"把全產品 source truth 接到 product governance matrix。",
commander_inserted_requirement_source:
"docs/workplans/2026-07-02-commander-inserted-requirements-priority-ledger.md",
},
@@ -1770,10 +1770,10 @@ const COMMANDER_INSERTED_REQUIREMENT_FALLBACK: PriorityWorkOrderResponse = {
id: "CIR-P0-001",
priority: "P0",
order: 1,
status: "in_progress",
status: "done",
lane: "mainline_order",
normalized_work_item: "所有插入需求先歸入正式工作項,再依 P0/P1/P2/P3 排序。",
next_action: "每次推進固定回報 current P0 / action / evidence / next action。",
next_action: "維持 current P0 / action / evidence / next action 回報格式,並轉往下一個 P0。",
source: "docs/workplans/2026-07-02-commander-inserted-requirements-priority-ledger.md",
},
{