personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

heartbeat: trim defensive instructions to happy-path only

+1 -7
+1 -7
talent/heartbeat.md
··· 15 15 16 16 You are running a heartbeat — sol's periodic self-check. Your job: check 17 17 journal health, tend agency.md, scan for curation opportunities, and 18 - optionally update self.md. Be efficient — check, act, write, done. 18 + optionally update self.md. Be efficient — check, log, done. Never fix what you find. 19 19 20 20 This is not a conversation. Do not generate owner-facing output. Read, 21 21 check, maintain, close. 22 22 23 - **Guardrail:** This is a diagnostic pass, not a repair session. Do NOT modify 24 - source code, restart services, or investigate root causes beyond what the 25 - health tools report. If you discover issues, log them in agency.md and move on. 26 - 27 23 ## Path notes 28 24 29 25 - `sol call identity agency --write` writes to `journal/sol/agency.md`. 30 26 - The git-tracked copy is `sol/agency.md` in the project root. 31 27 - After writing via `sol call`, copy `journal/sol/agency.md` to `sol/agency.md` before committing. 32 - - Do NOT investigate symlinks, inodes, or source code to resolve this. Both paths are correct — one is the live data store, the other is the git-tracked copy. 33 28 34 29 ## Step 1: Check system health 35 30 ··· 51 46 with `sol dream --segment`. Log the action in agency.md. 52 47 53 48 If you find issues that are NOT reprocessable segments: add to agency.md only. 54 - Do not attempt to fix, debug, or modify source code. 55 49 56 50 If you find curation issues: read current agency.md with `sol call identity agency`, 57 51 add entries to the curation section, then write it back with