ai-code-battle/cmd/acb-evolver/internal
jedarden f35477dd96 feat(evolution, web): add live match counter per plan §16.18
- Add matches_today and active_bots fields to LiveData Totals (evolver)
- Query matches table for COUNT(*) WHERE completed_at >= today
- Query bots table for COUNT(*) WHERE status = 'active'
- Add fields to index builder EvolutionMeta struct
- Update homepage to render "X matches today · Y bots active · Gen #Z evolving"
- Add CSS styling for .home-live-stats section

Closes: bf-4m8mo
2026-05-26 19:57:57 -04:00
..
arena fix(evolver): use ConfigForPlayers for 2-player matches per plan §3.4 2026-05-24 22:35:15 -04:00
crosspoll style: apply gofmt alignment fixes across codebase 2026-05-24 10:40:33 -04:00
db style: apply gofmt alignment fixes across codebase 2026-05-24 10:40:33 -04:00
live feat(evolution, web): add live match counter per plan §16.18 2026-05-26 19:57:57 -04:00
llm feat(§15.3): implement screen reader transcript for replay viewer 2026-04-22 18:42:49 -04:00
mapelites style: apply gofmt alignment fixes across codebase 2026-05-24 10:40:33 -04:00
meta fix(evolver): wire Nash mixture and meta weaknesses into LLM prompts, fix 4-D diversity 2026-04-23 01:22:19 -04:00
promoter style: apply gofmt alignment fixes across codebase 2026-05-24 10:40:33 -04:00
prompt style: apply gofmt alignment fixes across codebase 2026-05-24 10:40:33 -04:00
replay style: apply gofmt alignment fixes across codebase 2026-05-24 10:40:33 -04:00
selector Add LLM prompt builder and ensemble integration (Phase 7) 2026-03-26 22:26:09 -04:00
validator style: apply gofmt alignment fixes across codebase 2026-05-24 10:40:33 -04:00