From 6ec424b15c2283c7a97fa633504f4c30d090f5da Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 14 May 2026 23:43:12 +0800 Subject: [PATCH] docs(awooop): record t29 telegram history rollout --- docs/LOGBOOK.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/LOGBOOK.md b/docs/LOGBOOK.md index 220cff03..32a6c331 100644 --- a/docs/LOGBOOK.md +++ b/docs/LOGBOOK.md @@ -18,7 +18,15 @@ - `NEXT_PUBLIC_API_URL=https://awoooi.wooo.work pnpm --filter @awoooi/web build`:pass,僅有既有 Sentry global error handler / instrumentation-client 建議警告。 **推版與 production 驗證**: -- Pending:commit / Gitea main / CI/CD / production smoke。 +- `65001da0 fix(telegram): preserve incident history html output` 已推 Gitea main。 +- Gitea Code Review run `2189` success;CD run `2188` tests / build-and-deploy / post-deploy-checks 全 success。 +- 最新 deploy marker:`615fa233 chore(cd): deploy 65001da [skip ci]`。 +- Production image:API / Worker `192.168.0.110:5000/awoooi/api:65001da0d8306026e4543ac9867e44a80215dbde`,Web `192.168.0.110:5000/awoooi/web:65001da0d8306026e4543ac9867e44a80215dbde`。 +- K8s rollout:`awoooi-api` / `awoooi-worker` / `awoooi-web` in `awoooi-prod` 均 successfully rolled out。 +- `https://awoooi.wooo.work/api/v1/health`:200 healthy,PostgreSQL / Redis / Ollama / OpenClaw / SigNoz all up。 +- Production remediation history endpoint:`GET /api/v1/ai/slo/remediation/history?limit=5` 回 `schema_version=adr100_remediation_history_v1`、`total=3`;latest item `INC-20260514-F85F21`、`verification_result_preview=degraded`、`agent_id=auto_repair_executor`、`tool_name=ssh_diagnose`、`required_scope=read`、`writes_incident_state=false`、`writes_auto_repair_result=false`。 +- Playwright production render check:`/zh-TW/awooop/work-items` 顯示 `試跑歷史:3 次;上次 degraded`、`MCP:auto_repair_executor/ssh_diagnose/read`、`寫入:incident=false;autoRepair=false`,console errors = 0,screenshot `/tmp/awoooi-t29-work-items-remediation-history.png`。 +- Telegram detail/history HTML 400 修正已隨 API image 部署;本輪未主動向群組送測試 Telegram 訊息,以避免洗版。修正由本地單元測試覆蓋 HTML chunk 與 plain-text fallback,production 資料來源由 timeline/history/log endpoints 驗證。 **目前整體進度**: - Alertmanager 低風險自動修復主線:約 98%。