From 7d8190f20a68880f0685167fc9ce7ff506438f79 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Thu, 9 Jul 2026 06:46:05 +0800 Subject: [PATCH] docs(notifications): point VPS monitor paths to AIAuditBridge/ops Co-Authored-By: Claude Co-authored-by: Cursor --- docs/notifications-quant-sentinel.zh-CN.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/notifications-quant-sentinel.zh-CN.md b/docs/notifications-quant-sentinel.zh-CN.md index fc7993c..8205123 100644 --- a/docs/notifications-quant-sentinel.zh-CN.md +++ b/docs/notifications-quant-sentinel.zh-CN.md @@ -16,15 +16,16 @@ | 变量 | 说明 | |------|------| | `TELEGRAM_TOKEN` | bot token(Cloud Run 由 secret ref 注入;VPS 由 `load_telegram_env.sh`) | -| `GLOBAL_TELEGRAM_CHAT_ID` | `5992562050` | +| `GLOBAL_TELEGRAM_CHAT_ID` | org/repo variable 或 VPS systemd(勿写入公开仓库) | 别名见 `platform-config.json` → `notifications.quant_sentinel.env_aliases`。 ## VPS ```bash +# AIAuditBridge/ops/quant-monitor scripts/load_telegram_env.sh /run/quant-monitor/telegram.env -systemd/quant-monitor.service.example # ExecStartPre + EnvironmentFile +systemd/codex-quant.service.example # ExecStartPre + EnvironmentFile scripts/daily_briefing_pipeline.sh # → AIAuditBridge --dispatch ```