2026-03-29 ogt: Telegram 訊息模板完整實作 新增訊息類型: - SentryErrorMessage: Sentry 錯誤通知 (含 Stack Trace) - ResourceWarnMessage: 資源耗盡警告 (含 CPU/Memory/Disk) - RepairReportMessage: 自動修復每日報告 - DailySummaryMessage: 每日系統狀態摘要 - DeploySuccessMessage: CD 部署成功通知 - RateLimitMessage: API 限額警告 新增發送方法: - send_sentry_error() - send_resource_warning() - send_repair_report() - send_daily_summary() - send_deploy_success() - send_rate_limit_warning() 新增按鈕: - Sentry: [🔍 查看詳情] [🔕 靜默 1h] - Resource: [⚡ 自動擴展] [🔕 靜默 1h] 測試: 14 測試案例全部通過 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
定義 12 種訊息類別: - 6 種已實作 (Incident/CI/PR/Exec/Heartbeat/Silence) - 6 種待實作 (Sentry/Resource/Repair/Daily/Deploy/RateLimit) 包含: - 完整模板格式 - 按鈕功能對照表 - Emoji 使用規範 - 字元限制規則 - 實作優先級 (P1: 5h, P2: 5h, P3: 1h) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>