docs(logbook): ADR-092 P2.4+P2.6 完成記錄

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Your Name
2026-04-24 15:58:19 +08:00
parent 97ce5ea658
commit 4ea52d8e5d

View File

@@ -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
---