Summary
brane tldr — show a structured outline of everything brane knows, organized by topic with one-line synopses. The "table of contents" for your knowledge graph.
Why
brane status shows counts. brane graph summary shows type breakdowns. Neither tells you what brane knows in human terms. tldr fills that gap — a quick glance at accumulated knowledge without querying.
What
CLI
brane tldr # full outline
brane tldr --focus "auth" # focused on a topic
brane tldr --json # structured output
Output
## Authentication & Authorization
- AuthService handles JWT token lifecycle (15min expiry, refresh rotation)
- Rate limiting on login: sliding window, 5 req/min per IP
- UserDB stores credentials with bcrypt hashing
## Data Layer
- PostgreSQL primary, Redis cache
- User table has unique index on email
- Connection pooling via pgbouncer
## Recent Learnings
- Discovered auth/rate-limit coupling during staging debug (2026-03-27)
- Payment service is single point of failure for refunds (2026-03-26)
3 topics, 8 concepts, 5 edges, 4 episodes
Flow
- Load graph summary + recent episodes
- LLM organizes into topical outline with one-line synopses
- Appends stats footer
MCP Tool
Depends On
Acceptance
Summary
brane tldr— show a structured outline of everything brane knows, organized by topic with one-line synopses. The "table of contents" for your knowledge graph.Why
brane statusshows counts.brane graph summaryshows type breakdowns. Neither tells you what brane knows in human terms. tldr fills that gap — a quick glance at accumulated knowledge without querying.What
CLI
Output
Flow
MCP Tool
Depends On
Acceptance