docs(governance): record t25 remediation dry run rollout

This commit is contained in:
Your Name
2026-05-14 22:32:22 +08:00
parent 3749cc2ab5
commit 36cb9d6aeb

View File

@@ -25,7 +25,16 @@
- `NEXT_PUBLIC_API_URL=https://awoooi.wooo.work pnpm --filter @awoooi/web build`pass。
**推版與 production 驗證**
- 待 T25 commit 推 Gitea main 後驗證
- `04fdaee8 feat(governance): add remediation dry run entrypoint`推 Gitea main。
- Gitea Code Review run `2181` successCD run `2180` tests / build-and-deploy / post-deploy-checks 全 success。
- 最新 deploy marker`3749cc2a chore(cd): deploy 04fdaee [skip ci]`
- Production imageAPI / Worker `192.168.0.110:5000/awoooi/api:04fdaee83aa8cbda9ad5bd2a4accb398f4fa5863`Web `192.168.0.110:5000/awoooi/web:04fdaee83aa8cbda9ad5bd2a4accb398f4fa5863`
- K8s rollout`awoooi-api` / `awoooi-worker` / `awoooi-web` in `awoooi-prod` 均 successfully rolled out。
- `https://awoooi.wooo.work/api/v1/health`200 healthy。
- Production `/api/v1/ai/slo``remediation_queue.total=8``ready_for_ai=8``needs_human=0`;第一筆 `work_item_id=verification:INC-20260514-F85F21:050b7029-72d2-4609-8e8c-0f56d1191b73`,狀態 `ready_for_replay -> replay_with_supported_executor -> auto_repair_executor`
- Production preview API`schema=adr100_remediation_preview_v1``mode=replay``allowed=true``safety_level=read_only``writes_incident_state=false``writes_auto_repair_result=false`plan `auto_repair_executor/read`
- Production dry-run API`schema=adr100_remediation_dry_run_v1``mode=replay``allowed=true``executed=true``verification_result_preview=degraded``post_state_summary.tool_count=4`tools include `k8s_describe_pod / k8s_get_node_conditions / k8s_get_pod_logs / ssh_diagnose`MCP route `auto_repair_executor -> ssh_diagnose``required_scope=read`host normalized to `192.168.0.110`
- Playwright production render/click check`/zh-TW/governance` 顯示 `補救工作佇列``試跑`,點擊第一筆後回顯 `replay預覽 degraded工具 4`console errors = 0screenshot `/tmp/awoooi-t25-governance.png`
**目前整體進度**
- Alertmanager 低風險自動修復主線:約 98%。