From 4be853927c81db99ea9cd04e8368e2cda7f8366b Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 18 Jun 2026 19:03:25 +0800 Subject: [PATCH] =?UTF-8?q?docs(logbook):=20=E8=A8=98=E9=8C=84=E5=A4=9A?= =?UTF-8?q?=E8=A8=8A=E8=99=9F=E5=91=8A=E8=AD=A6=E9=83=A8=E7=BD=B2=E9=A9=97?= =?UTF-8?q?=E8=AD=89=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/LOGBOOK.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/LOGBOOK.md b/docs/LOGBOOK.md index 502e87c9..56f05ef4 100644 --- a/docs/LOGBOOK.md +++ b/docs/LOGBOOK.md @@ -30,14 +30,19 @@ **驗證**: - `/Users/ogt/.pyenv/shims/python3.11 -m py_compile apps/api/src/services/telegram_gateway.py apps/api/tests/test_telegram_message_templates.py`:通過。 - `DATABASE_URL='postgresql+asyncpg://test:test@localhost/test' /Users/ogt/.pyenv/shims/python3.11 -m pytest apps/api/tests/test_telegram_message_templates.py -q`:`71 passed`。 +- 本工作樹重跑 `DATABASE_URL='postgresql+asyncpg://test:test@127.0.0.1:5432/awoooi_test' pytest tests/test_telegram_message_templates.py -q`:`71 passed`。 - `git diff --check`:通過。 - `python3 scripts/ops/doc-secrets-sanity-check.py docs .gitea`:`DOC_SECRET_SANITY_OK scanned_files=912`。 - `python3 scripts/security/source-control-owner-response-guard.py --root .`:`SOURCE_CONTROL_OWNER_RESPONSE_GUARD_OK`。 - `python3 scripts/security/security-mirror-progress-guard.py --root .`:`SECURITY_MIRROR_PROGRESS_GUARD_OK`。 - `python3 scripts/security/public-frontend-env-guard.py --root .`:`violations=0 / runtime_gate=0`。 +- Gitea code-review:`code-review.yaml #3204` 成功。 +- Gitea CD:`cd.yaml #3203` 的 `tests` 成功、`build-and-deploy` 成功並產生 deploy marker;`post-deploy-checks` 因後續 marker commit 取消,不能記為全綠。 +- Deploy marker:`b645d060 chore(cd): deploy 1123be1 [skip ci]`。 +- Production health:`https://awoooi.wooo.work/api/v1/health` 回 `status=healthy`、`environment=prod`、`mock_mode=false`;PostgreSQL、Redis、OpenClaw、SignOz、Ollama GCP A/B 均 `up`,`ollama_local` 仍為既有 502 / cooldown 非阻塞狀態。 **完成度同步**: -- Telegram AIOps 多訊號事件包覆蓋:本地 `100%`,待正式部署驗證後更新 production readback。 +- Telegram AIOps 多訊號事件包覆蓋:本地 `100%`、code-review `100%`、deploy marker `100%`、production health readback `100%`;CD post-deploy-checks 仍需後續補一個完整成功 run,不把本輪 #3203 記為全綠。 - AI 自動化告警產品化:host / runner 已落地;本段補 Wazuh / Kali / Nginx / backup / provider freshness / supply-chain 最後出口卡片,仍需接入 AwoooP Run / Work Item / KM / PlayBook live readback。 - IwoooS headline 仍維持 `64%`,active runtime gate 仍 `0`。