[kimi] Implement quick health snapshot before coding (#710) #828

Merged
kimi merged 1 commits from kimi/issue-710 into main 2026-03-21 21:53:41 +00:00

1 Commits

Author SHA1 Message Date
kimi
42329a31e9 feat: implement quick health snapshot before coding (#710)
Some checks failed
Tests / lint (pull_request) Has been cancelled
Tests / test (pull_request) Has been cancelled
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