fix(cron): use wakeMode 'now' for immediate execution

'next-heartbeat' only queues for next natural heartbeat.
'now' executes immediately when cron fires.
This commit is contained in:
CLAWDINATOR 2026-01-09 00:08:05 +00:00
parent dde572ef3f
commit db7e947fa9

View File

@ -10,7 +10,7 @@
"expr": "0 * * * *"
},
"sessionTarget": "main",
"wakeMode": "next-heartbeat",
"wakeMode": "now",
"payload": {
"kind": "systemEvent",
"text": "Read HEARTBEAT.md if exists. Consider outstanding tasks. Checkup sometimes on your human during (user local) day time."