ai-code-battle/cmd/acb-evolver
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
..
internal fix(evolver): use ConfigForPlayers for 2-player matches per plan §3.4 2026-05-24 22:35:15 -04:00
Dockerfile Evolver: Fix nsjail integration for complete sandbox coverage 2026-05-22 15:18:21 -04:00
main.go style: apply gofmt alignment fixes across codebase 2026-05-24 10:40:33 -04:00
run.go fix(evolver): correct ctx variable declaration (use = instead of := for parameter shadow) 2026-05-26 13:43:24 -04:00