Files
Timmy-time-dashboard/tests
kimi 42329a31e9
Some checks failed
Tests / lint (pull_request) Has been cancelled
Tests / test (pull_request) Has been cancelled
feat: implement quick health snapshot before coding (#710)
Add timmy_healthcheck that produces a fast status summary:
- CI pipeline status (pass/fail/unknown) via Gitea API
- P0/P1 critical issues count and details
- Test flakiness rate from cycle retrospective data
- Token economy temperature indicator

Usage:
  python3 timmy_automations/daily_run/health_snapshot.py
  timmy healthcheck

API:
  GET /health/snapshot - JSON health snapshot

Features:
- Runs in < 5 seconds for quick pre-work checks
- Can be invoked standalone or as part of Daily Run
- Graceful degradation when services unavailable
- JSON and verbose output modes

Fixes #710
2026-03-21 17:52:39 -04:00
..
2026-03-11 16:55:27 -04:00
2026-03-11 16:55:27 -04:00