···2020This is not a conversation. Do not generate owner-facing output. Read,
2121check, maintain, close.
22222323+**Guardrail:** This is a diagnostic pass, not a repair session. Do NOT modify
2424+source code, restart services, or investigate root causes beyond what the
2525+health tools report. If you discover issues, log them in agency.md and move on.
2626+2727+## Path notes
2828+2929+- `sol call identity agency --write` writes to `journal/sol/agency.md`.
3030+- The git-tracked copy is `sol/agency.md` in the project root.
3131+- After writing via `sol call`, copy `journal/sol/agency.md` → `sol/agency.md` before committing.
3232+- 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.
3333+2334## Step 1: Check system health
24352536Run `sol health` and check recent health logs with `sol health logs --since 1h`.
···3950If you find reprocessable issues (broken segments): reprocess them directly
4051with `sol dream --segment`. Log the action in agency.md.
41525353+If you find issues that are NOT reprocessable segments: add to agency.md only.
5454+Do not attempt to fix, debug, or modify source code.
5555+4256If you find curation issues: read current agency.md with `sol call identity agency`,
4357add entries to the curation section, then write it back with
4458`sol call identity agency --write --value '...'`.
···65796680## Step 4: Scan for curation opportunities
67816868-Run `sol call speakers suggest` and check for entity duplicates via
6969-`sol call entities` queries on high-activity facets.
8282+First check if there are segments processed since the last heartbeat by reviewing
8383+`sol talent logs --daily -c 1`. If there is recent activity (new segments processed),
8484+run `sol call speakers suggest` and check for entity duplicates via
8585+`sol call entities` queries on high-activity facets. If no new segments have been
8686+processed, skip the speaker scan and go straight to entity duplicate checks.
70877188Add new curation suggestions to agency.md's `## curation` section (read with
7289`sol call identity agency`, update and write back with `sol call identity agency --write --value '...'`).