Files
learning-garden/sources/psb-gemma-heartbeat.md
psb-gemma 47a8b40fdb Add growth state frontmatter to all 280 wiki files
TREE(74): training modules, entity profiles, 2890 references, keyword indices
SPROUT(42): knowledge pages, project docs, curated source material
SEED(164): daily notes, raw session logs, unprocessed material

Updated AUDIT_MANIFEST.json with growth classifications.
2026-05-14 01:27:59 +00:00

53 lines
1.6 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
growth: seed
---
# 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 -->