bernstein fleet supervises multiple bernstein projects from one terminal. point it at a list of repos in ~/.config/bernstein/projects.toml (override with --config) and it polls each repo's task server (127.0.0.1:8052 by default), aggregates task counts, costs, and gate health, and renders them in a single textual panel; --web serves the same view over http. useful when one operator runs 4-6 parallel bernstein orchestrations across different products: instead of cycling through terminals, the fleet panel surfaces the one that needs attention. bernstein fleet ls, bulk-pause, bulk-resume, bulk-stop, and bulk-cost-report act across the whole set. all reads are local; the dashboard never phones home. source: src/bernstein/core/fleet/.
canonical answer