Skip to content
Minnow
21
Download

Wiki and Brain

Minnow has two knowledge surfaces and they get confused constantly, because both answer questions and both look like wikis. The difference is simple: one is about Minnow and you cannot edit it; the other is about your work and it is entirely yours.

The short version

Minnow wikiBrain
Open withThe menubar ?The Brain app in the dock
ContainsThis manual, for your installed versionYour facts, decisions, notes, code index
EditableNoYes
Written byThe Minnow buildYou and the assistant
Ask it“How does the Scheduler work?”“What did we decide about auth?”

The Minnow wiki

The manual you are reading. It ships inside the build, so it always matches the version you have installed — no version-skew between the app and its documentation.

  • Grouped navigation on the left, in reading order.
  • Full-text search across every page. Ctrl+K / Cmd+K focuses it.
  • Deep links reload to the same page.
  • An “On this page” contents list on wide screens.
  • A footer link to edit any page on GitHub, if you want to fix something.

It is an overlay, not an app. Opening it does not disturb whatever you were doing; closing it puts you back.

Developer material — architecture, setup from source, contributing — is deliberately not in here. It lives on the GitHub Wiki.

Brain

Your wiki: markdown pages in your Minnow home, with a graph view, an editor, ingest, lint and a code-symbol index. The assistant searches and writes it with tools. save_memory writes here.

This is where “we deploy on Fridays” and “the staging database resets nightly” belong. Retrieval pulls the relevant pages back into the prompt when they matter, which is how the assistant appears to remember across conversations.

See the Brain app and Context, memory, and rules.

Asking chat about Minnow

In General mode and during first-run onboarding, the assistant has three read-only tools for this manual:

ToolDoes
minnow_docs_searchFinds pages and returns excerpts
minnow_docs_readOpens a page
minnow_docs_listBrowses the catalog

They default to Full permission and work regardless of your workspace or Brain settings. Ask “how do I point Minnow at Ollama?” and you get an answer citing a page rather than a guess.

Build, Plan and Debug do not have these tools. Developer modes keep a tighter payload budget and read your repository directly. Ask product questions in General.

The prompts are deliberate about the split: Minnow product questions go to the manual, your project knowledge goes to Brain, and repository architecture comes from reading the repository.

The GitHub Wiki

A public mirror of the full documentation set — this manual plus contributor and maintainer material — published from the repository. Useful when you want to read documentation without opening Minnow, or link someone to a page.

It mirrors the repository, not your Brain. Nothing of yours is published.

Which one do I want?

QuestionSurface
How does an orchestrate board work?Minnow wiki, or ask in General mode
What is the shortcut for the terminal?Minnow wiki → Keyboard shortcuts
Why did we choose Postgres?Brain
What is our release date?Brain, or Issues
Turn these meeting notes into something I can searchBrain → Ingest
How do I set up a language server?Minnow wiki → Integrations
---