From c652f37b698c791e9f4087c1b5adc4bb37bb59d8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 12 May 2026 23:05:03 +0800 Subject: [PATCH] =?UTF-8?q?docs(awooop):=20=E8=A8=98=E9=8C=84=20truth-chai?= =?UTF-8?q?n=20production=20smoke?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/LOGBOOK.md | 10 ++++++++-- .../2026-04-15-MASTER-ai-autonomous-flywheel-v2.md | 4 ++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/LOGBOOK.md b/docs/LOGBOOK.md index d9a721ca4..0d24ab0c6 100644 --- a/docs/LOGBOOK.md +++ b/docs/LOGBOOK.md @@ -12,12 +12,18 @@ **驗證**: - `python -m py_compile apps/api/src/services/awooop_truth_chain_service.py apps/api/src/api/v1/platform/truth_chain.py` 通過。 - `DATABASE_URL='postgresql+asyncpg://awoooi:awoooi_test_2026@localhost:5432/awoooi_test?ssl=disable' python -m pytest apps/api/tests/test_awooop_truth_chain_service.py apps/api/tests/test_platform_router_order.py apps/api/tests/test_awooop_operator_auth.py`:10 passed。 +- Gitea CD run `1908`:tests / build-and-deploy / post-deploy-checks 全部 success。 +- Production API image:`192.168.0.110:5000/awoooi/api:f7c84530d637296df62269623687745f61e8ea6a`,rollout success,ArgoCD `Synced/Healthy`。 +- Pod-local health:`GET /api/v1/health` → 200 healthy。 +- Production smoke: + - `GET /api/v1/platform/truth-chain/INC-20260512-B6C589?project_id=awoooi` → `current_stage=manual_required`、`stage_status=blocked`、`legacy_mcp_total=8`、`mcp_gateway_total=0`、`sensors_attempted=8`、`sensors_succeeded=0`。 + - `GET /api/v1/platform/truth-chain/7f858956?project_id=awoooi` → `current_stage=dedup_or_repeat_updated`、`stage_status=pending`、`drift_repeat=12`、`mcp_gateway_total=0`。 **整體進度**: - Wave 0:完成並已推版。 - Wave 1:RLS/通知治理到 Wave1.3 完成並已推版;outbound app-role 可見性列為新紅燈。 -- Truth-chain T0:live audit、MASTER 收斂、read-only API 第一版完成;待推版與 production smoke。 -- 下一步:推 Gitea main,等部署後用 `INC-20260512-B6C589` 與 `7f858956` 打 live endpoint smoke;再進 T1 Channel Event hardening。 +- Truth-chain T0:live audit、MASTER 收斂、read-only API 第一版、Gitea 推版、CD 部署與 production smoke 完成。 +- 下一步:進 T1 Channel Event hardening,先補完整 redacted Telegram outbound text/raw source envelope 與 RLS 可見性紅燈。 ## 2026-05-12 | Telegram / AwoooP AI 自動化真相鏈 live audit diff --git a/docs/superpowers/specs/2026-04-15-MASTER-ai-autonomous-flywheel-v2.md b/docs/superpowers/specs/2026-04-15-MASTER-ai-autonomous-flywheel-v2.md index 2f03249d7..39734abdd 100644 --- a/docs/superpowers/specs/2026-04-15-MASTER-ai-autonomous-flywheel-v2.md +++ b/docs/superpowers/specs/2026-04-15-MASTER-ai-autonomous-flywheel-v2.md @@ -1835,6 +1835,10 @@ Phase 6 完成後 **驗證**: - `python -m py_compile apps/api/src/services/awooop_truth_chain_service.py apps/api/src/api/v1/platform/truth_chain.py` 通過。 - `DATABASE_URL='postgresql+asyncpg://awoooi:awoooi_test_2026@localhost:5432/awoooi_test?ssl=disable' python -m pytest apps/api/tests/test_awooop_truth_chain_service.py apps/api/tests/test_platform_router_order.py apps/api/tests/test_awooop_operator_auth.py`:10 passed。 +- Gitea CD run `1908`:tests / build-and-deploy / post-deploy-checks 全部 success;production image `f7c84530` rollout success,ArgoCD `Synced/Healthy`。 +- Production smoke: + - `INC-20260512-B6C589` → `manual_required/blocked`,blockers include all evidence sensors failed, NO_ACTION without execution, incident still investigating after approval, AwoooP MCP Gateway audit empty。 + - `7f858956` → `dedup_or_repeat_updated/pending`,12h repeat count = 12,AwoooP MCP Gateway audit empty。 ---