psb-gemma-heartbeat

Source

  • Type: local-file
  • Path: /home/topher/.openclaw/workspace-psb-gemma/memory/heartbeat.md
  • Bytes: 931
  • Updated: 2026-05-03T01:22:05.368Z

Content

# HEARTBEAT.md - Periodic Tasks
 
## On every heartbeat
- Check if anything urgent needs attention (email, calendar, fermenters)
- If nothing, reply HEARTBEAT_OK
 
## Periodic (every few days)
- Sync shared mistakes file to both workspaces and re-index:
  ```
  cp /home/topher/.openclaw/home/HHS/.openclaw/shared-self-improving/mistakes.md \
     /home/topher/.openclaw/workspace-psb-gemma/memory/shared-mistakes.md
  cp /home/topher/.openclaw/home/HHS/.openclaw/shared-self-improving/mistakes.md \
     /home/topher/.openclaw/workspace-psb-business/memory/shared-mistakes.md
  cp /home/topher/.openclaw/workspace-psb-thinking/self-improving/mistakes.md \
     /home/topher/.openclaw/workspace-psb-gemma/memory/psb-thinking-mistakes.md
  openclaw memory index --force --agent psb-gemma
  openclaw memory index --force --agent psb-business
  ```
- Review recent daily notes and update MEMORY.md with anything worth keeping long-term
 

Notes

  • No related pages yet.