Command map
Status
Check local auth, API reachability, and recovery steps before any private read.
logbrew status --jsonPublic docs
LogBrew documentation keeps setup, telemetry reads, dashboard state, and agent-readable mirrors in one predictable public path.
logbrew status --jsonStatus is local, token-safe, and returns recovery steps that agents can parse before reading project data.
Command map
Check local auth, API reachability, and recovery steps before any private read.
logbrew status --jsonCommand map
Start with recent errors when a release, project, or trace needs context.
logbrew logs --level error --jsonCommand map
List open failure groups before deciding whether to resolve, close, ignore, or reopen.
logbrew issues open --jsonCommand map
Read a known trace id when logs or issues point to one failing request.
logbrew trace <trace_id> --jsonCommand map
Filter user events by name when the important context is a product action.
logbrew actions --name checkout_failed --jsonCommand map
Compare rollout context with log, issue, trace span, and action counts.
logbrew releases --jsonCLI first
The first read should tell humans and agents whether the CLI can reach the LogBrew API without exposing token material.
Observe
Logs, issues, actions, traces, releases, and projects should stay separated enough to scan quickly and connected enough to recover context.
Agents
Every public page should have a Markdown mirror and remain reachable without JavaScript, cookies, login, CAPTCHA, or challenge pages.
API map
The web workspace should read the existing Rust API route groups instead of inventing dashboard-only storage or alternate contracts.