Terminal multiplexer for Claude Code agents.

The best way to build withClaude.

roster attach storefront
Fix the N+1 query on the orders dashboard
Claude Code v2.1.209
Fable 5 with high effort · Claude Max
~/storefront/packages
2 MCP servers need authentication · run /mcp
the orders dashboard takes 4s to load — profile it and fix the slow query
The list view runs a separate query per order to fetch its line items. I'll fold them into one join and pull the totals in the same round-trip.
  1. Reproduce the slow load with EXPLAIN ANALYZE (completed)
  2. Batch the per-order lookups into one join (in progress)
  3. Add a regression test at 500 orders (pending)
Thinking(0s · ↑ 0 tokens · esc to interrupt)
high · /effort
auto mode on (shift+tab to cycle) · ← for agents
focused ▸ claude · ctrl-b keys · then j jump2/2