ai-code-battle/cmd/acb-evolver/internal/live
jedarden 9c5eb57fdd fix(evolver): correct GROUP BY in island stats query
b.bot_id was selected without being in the GROUP BY clause or wrapped
in an aggregate, causing a Postgres error on live export. Replaced with
a correlated subquery that finds the highest-rated bot per island.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 07:04:37 -04:00
..
exporter.go fix(evolver): correct GROUP BY in island stats query 2026-04-24 07:04:37 -04:00
r2.go Add R2 upload for live evolution observatory (Phase 10) 2026-03-29 04:53:35 -04:00
r2_test.go Add R2 upload for live evolution observatory (Phase 10) 2026-03-29 04:53:35 -04:00