···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-3423## Step 1: Check system health
35243625Run `sol health` and check recent health logs with `sol health logs --since 1h`.
···5039If you find reprocessable issues (broken segments): reprocess them directly
5140with `sol dream --segment`. Log the action in agency.md.
52415353-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-5642If you find curation issues: read current agency.md with `sol call identity agency`,
5743add entries to the curation section, then write it back with
5844`sol call identity agency --write --value '...'`.
···79658066## Step 4: Scan for curation opportunities
81678282-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.
6868+Run `sol call speakers suggest` and check for entity duplicates via
6969+`sol call entities` queries on high-activity facets.
87708871Add new curation suggestions to agency.md's `## curation` section (read with
8972`sol call identity agency`, update and write back with `sol call identity agency --write --value '...'`).