fix: restore minimal long-task watchdog execution chain

This commit is contained in:
Eve
2026-05-07 17:52:11 +08:00
parent 7763e1e462
commit 6584bc16a8
7 changed files with 511 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
{
"version": 7,
"version": 8,
"watchdogs": [
{
"id": "paperclip-bootstrap-watchdog",
@@ -33,6 +33,26 @@
"lastNudgeAt": "2026-04-21T18:33:00+08:00",
"escalationPolicy": "nudge-owner-then-report",
"notes": "已依 Eric 總管指示關閉 long-task watchdogrecurring cron 已停用,這筆 watchdog 改為 paused不再自動催辦或回報。"
},
{
"id": "reporting-governance-plugin-watchdog",
"task": "reporting-governance plugin spec development",
"status": "active",
"ownerSession": "main-telegram-eric",
"ownerSessionKey": "agent:coder:main",
"ownerAgentId": "coder",
"channel": "telegram",
"target": "864811879",
"reportChannel": "telegram",
"reportTarget": "864811879",
"intervalMinutes": 10,
"startedAt": "2026-05-07T16:46:00+08:00",
"lastMilestoneAt": "2026-05-07T16:46:00+08:00",
"lastAlertAt": "2026-05-07T09:00:00.000Z",
"lastObservedActivityAt": "2026-05-07T16:46:00+08:00",
"lastNudgeAt": null,
"escalationPolicy": "nudge-owner-then-report",
"notes": "恢復最小外部巡查鏈:由 long_task_watchdog runner + 每 10 分鐘 cron snippet 產生外部 evidence若要接回真正 sessions/message 巡查,再由上層執行器接手。"
}
]
}