Agent rules
Hard rules for any AI agent working against this brain. These are NOT suggestions.
Before acting on any brain signal
- Read
RESOLVER.md- the master filing tree for this brain. - Read
SKILLS.md- pointers to the gbrain skill pack. - Read the relevant skill file from
~/gbrain/skills/before performing any brain read or write.
Before answering any question
Search the brain FIRST. Even if you think you know the answer. File contents are current; your memory of them goes stale.
source ~/.config/gbrain/keys.env && gbrain search "<query>"Corrections are the highest-value signal
If the user corrects a page, update it immediately. No batching.
Every ingest must call enrich
If a new ingest pathway is added (email, social, webhook, manual), its implementation must call the enrich skill for every entity encountered. Missing that call is a bug, not a feature.
Brain-first scope for this project
This brain is scoped to Cody Smith’s solo algo-trading work. People, companies, deals, civic, hiring dirs are intentionally absent. Do not create them without extending RESOLVER.md first.