Episodes
The raw transcript trail. What actually happened, in order. This is the ground truth everything else is distilled from.
evidence layer
ShellBrain
AI agents work in sessions. Each session starts from scratch. Agents re-discover the same bugs, re-learn your preferences, and repeat failed approaches. ShellBrain gives agents durable memory, scoped to a repo.
After each session, ShellBrain distills what happened into concrete records: problems encountered, solutions that worked, tactics that failed, facts about the codebase, your preferences, and changes worth remembering.
When an agent starts a new session and hits a problem, it calls shellbrain recall. ShellBrain returns a compact brief: the relevant history, ranked by relevance to the current problem. Evidence-backed or not included.
The raw transcript trail. What actually happened, in order. This is the ground truth everything else is distilled from.
evidence layer
Concrete extracted records: problems, solutions, failed tactics, facts, preferences, and changes. Each one is backed by evidence from the episode trail.
A sparse graph of durable repo ideas: claims, relations, anchors, and links back to memories. It gives recall an abstract map while keeping every belief grounded in evidence.
Grounded Abstraction
curl -L ShellBrain.ai/install | bash
shellbrain initOn first init, ShellBrain asks where it should store data.
Your agent calls shellbrain recall when it needs context. Memory is written automatically when sessions close.
Use /shellbrain to activate the recall habit for a session.
Use $shellbrain to activate the recall habit for a session.
Use /shellbrain to activate the recall habit for a session.