Brain Refresh
Use this skill for multi-page reconciliation.
Workflow
- Read
AGENTS.md,ontology.md, and the latest entries inlog.md. - Define the refresh scope: source set, object types, date window, or folders.
- Read changed or relevant raw sources.
- Update canonical pages only where facts changed.
- Propagate references across related pages.
- Regenerate
index.mdwithpython3 .claude/skills/brain-lint/scripts/build_index.py. - Append
log.mdwith## [YYYY-MM-DD] refresh | <title>when facts changed. - Run
python3 .claude/skills/brain-lint/scripts/wiki_link_check.py.
Freshness Rules
- Do not refresh by rewriting everything.
- Do not invent missing facts.
- Keep unresolved claims labeled
[UNVERIFIED]. - Replace
[UNVERIFIED]only with a dated source-backed fact. - Use
relates_tofor meaningful associations that do not deserve a sharper link.
Review Checklist
- New pages are reachable through generated
index.mdor typed links. - Old links still resolve.
- Typed link properties use the vocabulary in
ontology.md. - Replacement links are mirrored.
- No page escapes the brain via local path links.
- The lint gate reports
0 problems.