Commit Graph

3 Commits

Author SHA1 Message Date
48b1fa18f6 plan/11: Add GET /api/version endpoint
Adds handlers/version.go returning hardcoded {"version":"0.1.0","name":"director","commit":"unknown"},
wires GET /api/version into main.go next to /api/health, and adds
handlers/version_test.go using httptest (no DB dependency).

Co-Authored-By: director-agent <director-agent@dragonchain.com>
2026-04-08 10:59:37 -05:00
a5e4e7a6d2 plan/10: Add /api/stats endpoint and dashboard stats badge (#2)
Adds GET /api/stats endpoint with agent/plan/task/queue counts, stats widget in dashboard header, and Go test coverage.
2026-04-08 15:30:16 +00:00
5f29db67f3 Initial commit — Director app (API + UI) 2026-04-07 15:18:16 -05:00