com um clique
brain-hash
Compute or verify a SHA-256 integrity hash of the stable brain corpus.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Compute or verify a SHA-256 integrity hash of the stable brain corpus.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Force a capture bypassing the throttle. Runs capture.sh with FORCE_CAPTURE=1.
Weekly compaction. Dedupe duplicate dated headers, archive entries older than 365 days, regenerate graph, verify hash.
Monthly self-improvement. Reads last 30 days of learnings + decisions, drafts ONE proposed brain edit to code/agents/_proposed/.
Regenerate brain/_graph.md from [[entity]] backlinks across brain/*.md.
Regenerate brain/index.md catalog of all brain pages and sources.
Append a chronological line to brain/log.md for one operation.
| name | brain-hash |
| description | Compute or verify a SHA-256 integrity hash of the stable brain corpus. |
Stable corpus = brain/**/*.md excluding raw.md, interactions.md, _graph.md, and archive/.
hash.sh build # writes BRAIN_HASH.txt
hash.sh verify # exits 0 if matches baseline, 1 otherwise
Honors BRAIN_DIR env (default $HOME/brain).
Uses shasum -a 256 if present (macOS), else sha256sum (Linux).