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

1.6 KiB

pageType, id, title, sourceType, sourcePath, ingestedAt, updatedAt, status, growth
pageType id title sourceType sourcePath ingestedAt updatedAt status growth
source source.psb-gemma-heartbeat psb-gemma-heartbeat local-file /home/topher/.openclaw/workspace-psb-gemma/memory/heartbeat.md 2026-05-03T01:22:05.368Z 2026-05-03T01:22:05.368Z active 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

# 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.