One-page terminal dashboard for the Timmy Foundation fleet:
- Gitea: open PRs, issues, recent merges per repo
- VPS health: SSH reachability, service status, disk usage for ezra/allegro/bezalel
- Cron jobs: schedule, state, last run status from cron/jobs.json
Usage: python3 scripts/fleet-dashboard.py
python3 scripts/fleet-dashboard.py --json
Uses existing gitea_client.py patterns for Gitea API access.
No external dependencies -- stdlib only.