Files
openclaw-wiki/sources/psb-gemma-heartbeat.md

52 lines
1.5 KiB
Markdown

---
pageType: source
id: source.psb-gemma-heartbeat
title: psb-gemma-heartbeat
sourceType: local-file
sourcePath: /home/topher/.openclaw/workspace-psb-gemma/memory/heartbeat.md
ingestedAt: 2026-05-03T01:22:05.368Z
updatedAt: 2026-05-03T01:22:05.368Z
status: active
---
# 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
````text
# 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
<!-- openclaw:human:start -->
<!-- openclaw:human:end -->
## Related
<!-- openclaw:wiki:related:start -->
- No related pages yet.
<!-- openclaw:wiki:related:end -->