From 4ea52d8e5df13b937a11fbeff2ee364723e30c22 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 24 Apr 2026 15:58:19 +0800 Subject: [PATCH] =?UTF-8?q?docs(logbook):=20ADR-092=20P2.4+P2.6=20?= =?UTF-8?q?=E5=AE=8C=E6=88=90=E8=A8=98=E9=8C=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- docs/LOGBOOK.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/LOGBOOK.md b/docs/LOGBOOK.md index 3b01b69c..63ba25b9 100644 --- a/docs/LOGBOOK.md +++ b/docs/LOGBOOK.md @@ -20,9 +20,15 @@ psql $DATABASE_URL -f apps/api/migrations/adr092_p1_learning_chain_fix.sql ``` -### 剩餘 P2 工作 -- P2.4: Telegram 中間態推播(editMessageText 佔位卡) -- P2.6: trust_drift_detector 接入 ai_slo_watchdog_job +### P2.4 修復(commit e75e467) +- **telegram_gateway.py**: 新增 `send_analyzing_placeholder()` + `delete_message()` +- **webhooks.py**: LLM 分析前 ≤3s 送佔位卡;完整卡發出後背景刪除 + +### P2.6 修復(commit 97ce5ea) +- **ai_slo_watchdog_job.py**: W-6 新增 Trust Drift 偵測(接入孤立服務 trust_drift_detector) +- 覆蓋 optimism_bias + confidence_collapse 兩種偏態;checks 5 → 6 + +### ✅ ADR-092 P0+P1+P2 全部完成(5 commits pushed to gitea main) ---