From 53cd7f9d66e08e52afd9b198225ac99b1df1a2f3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 14 May 2026 22:47:42 +0800 Subject: [PATCH] docs(governance): record t26 dry run history rollout --- docs/LOGBOOK.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/LOGBOOK.md b/docs/LOGBOOK.md index e71198cd..0c52c63a 100644 --- a/docs/LOGBOOK.md +++ b/docs/LOGBOOK.md @@ -18,7 +18,17 @@ - `NEXT_PUBLIC_API_URL=https://awoooi.wooo.work pnpm --filter @awoooi/web build`:pass。 **推版與 production 驗證**: -- 待 T26 commit 推 Gitea main 後驗證。 +- `6aaaf87a feat(governance): persist remediation dry run history` 已推 Gitea main。 +- Gitea Code Review run `2183` success;CD run `2182` tests / build-and-deploy / post-deploy-checks 全 success。 +- 最新 deploy marker:`9870ed5e chore(cd): deploy 6aaaf87 [skip ci]`。 +- Production image:API / Worker `192.168.0.110:5000/awoooi/api:6aaaf87ade20422d5c0a37534994e455aa322edd`,Web `192.168.0.110:5000/awoooi/web:6aaaf87ade20422d5c0a37534994e455aa322edd`。 +- K8s rollout:`awoooi-api` / `awoooi-worker` / `awoooi-web` in `awoooi-prod` 均 successfully rolled out。 +- `https://awoooi.wooo.work/api/v1/health`:200 healthy。 +- Production dry-run API:`mode=replay`,`allowed=true`,`executed=true`,`verification_result_preview=degraded`,`history.recorded=true`,`alert_operation_id=3df1edf6-0d0b-4e86-bd3a-054099bcc0ea`,`timeline_event_id=7eed3216-53dd-415f-8a17-bfd8b407ee52`。 +- `alert_operation_log` 查詢:incident `INC-20260514-F85F21` 可查到 `PRE_FLIGHT_PASSED`,actor `adr100_remediation_service`,context schema `adr100_remediation_dry_run_history_v1`,MCP route `auto_repair_executor -> ssh_diagnose`,`required_scope=read`,`writes_incident_state=false`,`writes_auto_repair_result=false`。 +- `timeline_events` 查詢:incident `INC-20260514-F85F21` 可查到 `ADR-100 remediation dry-run`,`type=verifier`,`status=warning`,`actor_role=replay`。 +- Incident timeline API:`/api/v1/incidents/INC-20260514-F85F21/timeline` 可聚合到同一筆 `ADR-100 remediation dry-run` verifier event。 +- Playwright production render/click check:`/zh-TW/governance` 顯示 `補救工作佇列` 與 `試跑`,點擊第一筆後回顯 `replay;預覽 degraded;工具 4` 與 `已寫入歷史`,console errors = 0,screenshot `/tmp/awoooi-t26-governance.png`。 **目前整體進度**: - Alertmanager 低風險自動修復主線:約 98%。