feat(heartbeat): 新增每30分钟主动巡检待办任务心跳

This commit is contained in:
小橙
2026-04-21 14:49:03 +00:00
parent 1eb4a7b7d7
commit 06d8d51140
2 changed files with 100 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
| `0 4 * * *` | `publish-window-1` | 提醒 Tyrone 复核午间发布窗口草稿 | 微信频道消息 |
| `0 12 * * *` | `publish-window-2` | 提醒 Tyrone 复核晚间发布窗口草稿 | 微信频道消息 |
| `0 14 * * 0` | `weekly-report` | 生成周报 | `reports/weekly-YYYY-Www.md` + 微信摘要 |
| `*/30 * * * *` | `task-sweep` | 每 30 分钟扫描 `drafts/`/`reports/` 待办项,主动推进可独立完成的任务;发布类任务微信报 Tyrone 待确认 | 微信频道消息 |
| `0 3 * * 1` | `drafts-gc` | 清理 `drafts/` 中 >14 天未发布且未标记保留的草稿 | 提交一条 git commit + 日志 |
| `0 4 * * *` | `session-checkpoint` | 备份 `state/` 并做 git commit | git log |