ai-code-battle/cmd
jedarden 3f0ece8508 fix(evolver): correct ctx variable declaration (use = instead of := for parameter shadow)
The function RunEvolutionLoop takes ctx as a parameter, so line 191
should use = instead of := to avoid shadowing the parameter.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-26 13:43:24 -04:00
..
acb-api feat(api): add GET /api/status/{bot_id} endpoint per plan §8.2 2026-05-25 16:53:03 -04:00
acb-enrichment feat(enrichment): align config with other services for K8s deployment 2026-05-25 01:44:59 -04:00
acb-evolver fix(evolver): correct ctx variable declaration (use = instead of := for parameter shadow) 2026-05-26 13:43:24 -04:00
acb-index-builder feat(index-builder, evolver): improve evolution system initialization and logging 2026-05-26 13:28:44 -04:00
acb-local fix(cli): handle draw result without panic 2026-05-24 11:13:00 -04:00
acb-map-evolver style: apply gofmt alignment fixes across codebase 2026-05-24 10:40:33 -04:00
acb-mapgen feat(engine): add pre-generated map loading from map library 2026-05-25 14:14:27 -04:00
acb-maps-loader style: format Go files with gofmt 2026-05-25 15:33:38 -04:00
acb-matchmaker style: apply gofmt alignment fixes across codebase 2026-05-24 10:40:33 -04:00
acb-wasm style: apply gofmt alignment fixes across codebase 2026-05-24 10:40:33 -04:00
acb-worker feat(engine): add pre-generated map loading from map library 2026-05-25 14:14:27 -04:00