Tab · Knowledge

Brain links

Click any decision; see everything it touches. Every .claude/brain/*.md reference — inbound, outbound, with line + snippet. Orphan files flagged. LLM-free; powered by GET /api/brain-graph.

See it in motion

Where to find it

  • Localhost: /brain-links.html?repos=<ids>
  • API: GET /api/brain-graph?repos=<ids>
  • Keyboard: K then links
  • Sidebar: Knowledge → Brain links

What it does for you

Walk the brain like a graph.Every decision card lists every session, PR record, and pattern entry that cites it. Inbound + outbound, with line number + 1-line snippet. Deep-links to from#L<line>.
See orphan brain files instantly.Files with zero inbound + zero outbound references get a visual flag — knowledge nobody references is a quality signal worth investigating.
LLM-free, deterministic, cacheable.Pure markdown-link parsing. No BYOK key required; the result is the same every time.

Configure

Nothing — the graph is built from the brain's on-disk markdown. Caps: 2,000 files / 500 KB per file (prevents pathological brain corruption).

Use it well

Open Brain links when reviewing a decision before changing it. The inbound count tells you who depends on it; the outbound list tells you what it depends on. Orphan files: decide whether to fold them into a more-referenced file or delete.

Read more