docs(web): record t106 incident evidence rollout [skip ci]

This commit is contained in:
Your Name
2026-05-20 14:53:39 +08:00
parent 543c938956
commit f85a876868
2 changed files with 80 additions and 0 deletions

View File

@@ -2426,6 +2426,14 @@ Phase 6 完成後
- 邊界T105 是 read-only 前端可觀測性與效能/可讀性收斂,不改 incident / approval / execution / auto-repair 狀態機;完整事件仍透過分頁逐頁查看。
- 目前進度更新:首頁資料可信度約 99.9%Alerts 完整清單可追蹤性約 99.6%;前端 AI 自動化管理介面同步約 99.9%AwoooP 告警可觀測鏈約 99.8%;低風險自動修復閉環約 95.2%;完整 AI 自動化管理產品化約 99.1%。
**T106 Alerts incident card 顯示 MCP / 操作 / KM / 修復證據2026-05-20 台北)**
- 觸發T105 後 `/alerts` 已能顯示每筆 incident 的 status-chain但 Operator 仍無法在卡片主視覺一眼判斷「到底有沒有動用 MCP / 自建 MCP」、「是否有操作紀錄」、「是否寫入 KM」、「是否存在自動修復證據」。
- 修正:`IncidentCard``truth-chain / ADR-100` summary 後新增 evidence row直接呈現 `statusChain.evidence``mcp_gateway_total``operation_records``knowledge_entries``auto_repair_records`。0 值也顯示,避免「沒有證據」被誤解成「已處理」。
- 驗證i18n JSON ok`tsc --noEmit` pass`incident-card.tsx` targeted lint exit 0production build 90/90 static pages。Local Playwright `/zh-TW/alerts` 顯示前 5 筆 evidence row 並包含 `MCP / 操作 / KM / 修復`pageErrors=0 / consoleErrors=0。
- Production / CI`2eaffe07 feat(web): surface incident automation evidence counts` 已推 Gitea maindeploy marker `543c9389 chore(cd): deploy 2eaffe0 [skip ci]`。Actions#1925 Code Review success 11s、#1924 CD success 9m19s。Production health healthy/prod/mock_mode=false`/api/v1/incidents` count=448Production Playwright `/zh-TW/alerts` 確認 evidenceCount=50前 5 筆包含 `MCP 8操作 0KM 0修復 0``MCP 16操作 1KM 0修復 0``MCP 0操作 1KM 0修復 0`pageErrors=0 / consoleErrors=0。
- 邊界T106 仍是 read-only evidence visibility不新增 MCP enforcement、不新增 auto-repair 執行權限、不改 incident / approval / execution 狀態機。宣稱某 incident 已自動修復仍必須同時看 execution、verification、closure、KM / PlayBook evidence。
- 目前進度更新:首頁資料可信度約 99.9%Alerts 完整清單可追蹤性約 99.8%;前端 AI 自動化管理介面同步約 99.95%AwoooP 告警可觀測鏈約 99.85%MCP / 操作 / KM / 修復證據可見性約 99.2%;低風險自動修復閉環約 95.2%;完整 AI 自動化管理產品化約 99.2%。
---
### 2026-04-20 晚 (台北) — C1-C4 全流程串接 — Playbook 鏈路保護commit de2d34d