#!/bin/bash
# Manual night heartbeat pulse
cd /root/.openclaw/workspace
openclaw system event --trigger heartbeat --agent main 2>&1 >> /tmp/heartbeat-schedule.log
echo "$(date -u) - Night pulse fired" >> /tmp/heartbeat-schedule.log
