Hand-written against tiny-brain v0.26.1; tool shapes may evolve until
auto-generated reference lands.
analyse
Detects the repo’s tech stack and writes.tiny-brain/analysis.json plus
technology context files under .tiny-brain/tech/. Supports dryRun to
preview without writing. (Analysis only — repo bootstrap is tiny-brain init.)
as
The persona switcher: show the current persona, switch to another, rename, or import one from the library (library:<name>). Creating a brand-new
persona requires an explicit confirmation step.
manage_personas
Full persona management:list, create, update, show, and archive
(personas are archived, never deleted). See
Personas for the model.
config
Preferences over MCP:list, get, set, reset, and show-sources
(which layer — repo, global, default — each value comes from). Same data as
tiny-brain config preferences.
quality
Persistence for quality analysis: saving runs, listing history, comparing two runs (new / resolved / persistent issues), generating a Quality Improvement Plan from a run, and running the repo’s configured static analysers. The analysis itself is done by review agents — this tool is the storage and orchestration surface they write through.recommendations
tiny-brain recommends skills, agents, and hooks that fit your repo. This tool lists pending recommendations, accepts (installs) or dismisses them, restores dismissed ones, and shows what’s already been adopted (graduated).
rules
“Golden rules” — non-negotiable directives that apply across every persona and session (e.g. “never useany types”). Supports add, list, show,
and remove.