[PR #5] [MERGED] feat(cron): add hourly heartbeat job #5

Closed
opened 2026-02-15 17:17:40 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/clawdinators/pull/5
Author: @clawdinator[bot]
Created: 1/8/2026
Status: Merged
Merged: 1/8/2026
Merged by: @joshp123

Base: mainHead: feat/heartbeat-cron


📝 Commits (3)

  • 9b79df7 feat(cron): add hourly heartbeat job
  • de39420 feat(heartbeat): add HEARTBEAT.md with explicit triage skill reference
  • dde572e feat(heartbeat): add SITREP structure with delta tracking

📊 Changes

5 files changed (+109 additions, -34 deletions)

View changed files

clawdinator/cron-jobs.json (+20 -0)
📝 clawdinator/workspace/HEARTBEAT.md (+27 -9)
📝 clawdinator/workspace/skills/triage/SKILL.md (+46 -25)
📝 nix/hosts/clawdinator-1-common.nix (+6 -0)
📝 nix/modules/clawdinator.nix (+10 -0)

📄 Description

Summary

Adds hourly heartbeat cron job for SITREP.

Changes

  • Add cron-jobs.json with heartbeat job (hourly at minute 0)
  • Add cronJobsFile option to clawdinator module
  • Deploy cron jobs file to /etc/clawd/cron-jobs.json
  • Configure cron.store to use deployed file

Testing

nix build .#nixosConfigurations.clawdinator-1.config.system.build.toplevel --dry-run

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/openclaw/clawdinators/pull/5 **Author:** [@clawdinator[bot]](https://github.com/apps/clawdinator) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/8/2026 **Merged by:** [@joshp123](https://github.com/joshp123) **Base:** `main` ← **Head:** `feat/heartbeat-cron` --- ### 📝 Commits (3) - [`9b79df7`](https://github.com/openclaw/clawdinators/commit/9b79df7a51f3827891eb1163f188d40266c550d0) feat(cron): add hourly heartbeat job - [`de39420`](https://github.com/openclaw/clawdinators/commit/de39420f9803aef83e598c43a3c22313391623a1) feat(heartbeat): add HEARTBEAT.md with explicit triage skill reference - [`dde572e`](https://github.com/openclaw/clawdinators/commit/dde572ef3ffd137447aaaae21b442e31664a455b) feat(heartbeat): add SITREP structure with delta tracking ### 📊 Changes **5 files changed** (+109 additions, -34 deletions) <details> <summary>View changed files</summary> ➕ `clawdinator/cron-jobs.json` (+20 -0) 📝 `clawdinator/workspace/HEARTBEAT.md` (+27 -9) 📝 `clawdinator/workspace/skills/triage/SKILL.md` (+46 -25) 📝 `nix/hosts/clawdinator-1-common.nix` (+6 -0) 📝 `nix/modules/clawdinator.nix` (+10 -0) </details> ### 📄 Description ## Summary Adds hourly heartbeat cron job for SITREP. ## Changes - Add `cron-jobs.json` with heartbeat job (hourly at minute 0) - Add `cronJobsFile` option to clawdinator module - Deploy cron jobs file to `/etc/clawd/cron-jobs.json` - Configure `cron.store` to use deployed file ## Testing ```bash nix build .#nixosConfigurations.clawdinator-1.config.system.build.toplevel --dry-run ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:17:40 -05:00
yindo closed this issue 2026-02-15 17:17:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawdinators#5