Add pipeline status dashboard / summary command.
For Ava (and humans) to quickly see pipeline health, add a summary view.
Implement:
1. Add a new subcommand: dev-review-release.sh status [--root PATH]
2. Output:
agentd list-runs)3. Support --json for machine-readable output (Ava will consume this).
4. Optionally: a --watch mode that refreshes every N seconds.
This gives Ava a single command to poll pipeline health and report status summaries to the user.
Files: Omni/Ide/dev-review-release.sh
Automation (review) patchset 1 attempt 1/5 failed for run review-t-587.8-20260211-185225.
Manual review due CostExhausted in automated review run review-t-587.8-20260211-185225. Verified script changes with bash -n + shellcheck and exercised both text/json outputs: [2026-02-11 18:52:45] Pipeline status root=/home/ben/omni/live/_/worktrees/dev-review-release
Tasks by status: Done: 894 Draft: 1 InProgress: 6 Open: 54 Review: 1
Running agentd runs: 74
Tasks stuck at max retries: (none)
Recent retry failures:
Manual review due CostExhausted in automated review run review-t-587.8-20260211-185225.
Verified:
bash -n Omni/Ide/dev-review-release.shlint Omni/Ide/dev-review-release.shOmni/Ide/dev-review-release.sh statusOmni/Ide/dev-review-release.sh status --jsonThe dashboard includes required sections: tasks-by-status, running runs, recent failures, and stuck max-retry tasks.
Integrated commit b2e25873 onto live as 3d6e642f (manual integration due integrator budget constraints).
Implemented status dashboard in commit b2e25873: added dev-review-release.sh status subcommand with --json and --watch, includes tasks-by-status, running agentd runs, recent retry failures, and stuck max-retry tasks; docs updated in README and DEV_REVIEW_RELEASE.