docs(logbook): 記錄 Telegram 按鈕修復 + SRE 群組格式升級

This commit is contained in:
OG T
2026-04-05 14:17:11 +08:00
parent 4b4007db6c
commit 6937238174

View File

@@ -43,6 +43,20 @@
---
## 📍 當前狀態 (2026-04-05 Telegram 按鈕根因修復 + SRE 群組格式升級)
| 項目 | 狀態 | Commit |
|------|------|--------|
| 按鈕無反應根因診斷 | ✅ | security_interceptor.whitelist 返回 str 而非 list[int] |
| fix: whitelist property 改呼叫 get_tg_user_whitelist() | ✅ | 76f3ffd |
| SRE 群組告警格式升級為完整 v7.0(統帥指示) | ✅ | 4b4007d |
| CD task 419/420 部署 | ✅ | Pod 56f98d84bb 運行中 |
**按鈕修復**: `user_id in whitelist` 中 whitelist 是字串 → Python `int in str` 報錯
**SRE 群組**: `_send_approval_card_to_group` 升級使用 TelegramMessage.format() 完整格式
---
## 📍 當前狀態 (2026-04-05 Telegram 訊息格式重設計 + 按鈕修復 — 首席架構師 R1 通過)
| 項目 | 狀態 | Commit |