Expand description
batty metrics — consolidated telemetry dashboard.
Queries the SQLite telemetry database and prints a single-screen summary covering session totals, per-agent performance, cycle-time statistics, and review pipeline health. Handles missing/empty databases gracefully.
Structs§
- Agent
Row - Per-agent row in the dashboard.
- Dashboard
Metrics - Aggregated dashboard metrics produced by
query_dashboard.
Functions§
- format_
dashboard - Format the dashboard for terminal display.
- query_
dashboard - Query the telemetry database and build the aggregated dashboard.
- run
- Run the
batty metricscommand against the project root.