docs(awooop): record t61 recurrence work items [skip ci]

This commit is contained in:
Your Name
2026-05-18 20:41:18 +08:00
parent bc99683432
commit 51660ecbb1
2 changed files with 53 additions and 0 deletions

View File

@@ -2192,6 +2192,15 @@ Phase 6 完成後
- 邊界T24 只是把 historical degraded 轉成可見補救工作佇列,尚未真正執行 replay / reverify / closure / Ticket creation。下一段要做安全執行入口先 read-only reverify 與 low-risk replay dry-run再把結果接到 closure 或 Ticket。
- 目前進度更新Alertmanager 低風險自動修復主線約 97%;完整 AI 自動化管理產品化約 89%。
**T61 Recurrence repair work items production verified2026-05-18 台北)**
- 觸發T60 已讓 recurrence group 顯示 `repair_summary``work_item`,但 production live group `DockerContainerUnhealthy / bitan-pharmacy-bitan-1` 仍是 `run_completed_no_repair` 且沒有 open work itemOperator 只能知道「沒修復」,不能在工作台接手。
- 修正:`run_completed_no_repair` 改成 open `automation_gap` work item並在 recurrence DTO 補 `kind / next_step / reason`summary 補 `automation_gap_group_total``failed_repair_group_total`。這是 read-side 工作鏈路,不直接執行修復、不自動關單、不批准 write action。
- UI`/awooop/work-items` 新增「重複告警工作項」面板,直接讀 `/api/v1/platform/events/dossier/recurrence`Runs 頁連到 Work Items 時可用 `work_item_id / incident_id` 聚焦同一筆 recurrence work item。
- Production deploy`b5061452 feat(awooop): surface recurrence repair work items` 已推 Gitea mainCode Review run `1801` successCD run `1800` successdeploy marker `bc996834 chore(cd): deploy b506145 [skip ci]`
- Production evidencehealth 200recurrence API 回 `open_work_item_group_total=2``automation_gap_group_total=1`、top group `DockerContainerUnhealthy / bitan-pharmacy-bitan-1``work_item_id=incident:INC-20260517-F25B4A``kind=automation_gap``next_step=create_repair_ticket``reason=completed_run_without_auto_repair`。Playwright smoke 確認 `/zh-TW/awooop/work-items?...work_item_id=incident:INC-20260517-F25B4A` 顯示重複告警工作項、聚焦 work item、導航可見console errors=0。
- 邊界T61 仍不宣稱該 DockerContainerUnhealthy 已真正 AI 自動修復它把「Run 完成但無 auto-repair execution」從不可操作證據轉成 open work item / Ticket 入口。下一段應定義安全的 Ticket / reverify / replay dry-run 執行入口。
- 目前進度更新AwoooP truth-chain 可回看約 97.5%AI 自動修復閉環約 96%;完整 AI 自動化管理產品化約 91%。
---
### 2026-04-20 晚 (台北) — C1-C4 全流程串接 — Playbook 鏈路保護commit de2d34d