diff --git a/docs/LOGBOOK.md b/docs/LOGBOOK.md index 9fef1fea..4c6d9bfe 100644 --- a/docs/LOGBOOK.md +++ b/docs/LOGBOOK.md @@ -16,7 +16,14 @@ - `NEXT_PUBLIC_API_URL=https://awoooi.wooo.work pnpm --filter @awoooi/web build`:pass。 **推版與 production 驗證**: -- 待 T28 commit 推 Gitea main 後驗證。 +- `475f2e45 feat(frontend): expand incident timeline event details` 已推 Gitea main。 +- Gitea Code Review run `2187` success;CD run `2186` tests / build-and-deploy / post-deploy-checks 全 success。 +- 最新 deploy marker:`7257aa3a chore(cd): deploy 475f2e4 [skip ci]`。 +- Production image:API / Worker `192.168.0.110:5000/awoooi/api:475f2e452d7827a8934bbf26f19cf4ed8ba62430`,Web `192.168.0.110:5000/awoooi/web:475f2e452d7827a8934bbf26f19cf4ed8ba62430`。 +- K8s rollout:`awoooi-api` / `awoooi-worker` / `awoooi-web` in `awoooi-prod` 均 successfully rolled out。 +- `https://awoooi.wooo.work/api/v1/health`:200 healthy。 +- Playwright production check:`/zh-TW/alerts` 第一張 IncidentCard 展開 `處理歷程` 後顯示 `事件明細` 與 source rows(例如 `incident_evidence` / `alert_operation_log` / `timeline_events`),console errors = 0,screenshot `/tmp/awoooi-t28-incident-timeline.png`。 +- Playwright targeted check:`INC-20260514-F85F21` 展開後顯示 `ADR-100 remediation dry-run`、`來源: alert_operation_log`、`MCP: auto_repair_executor/ssh_diagnose/read`、`寫入: incident=false autoRepair=false`,console errors = 0,screenshot `/tmp/awoooi-t28-incident-f85f21.png`。 **目前整體進度**: - Alertmanager 低風險自動修復主線:約 98%。