ai-code-battle/bots/gatherer
jedarden 87e2298a0f fix(replay): ensure events array is always populated in turns
- Remove omitempty tag from Events field in ReplayTurn
- Create a proper slice copy of gs.Events in RecordTurn
- Prevents null events array in JSON output
- Fixes parsing errors in analysis scripts

Closes: bf-6amz0, bf-3l7tf
2026-05-26 21:12:12 -04:00
..
Dockerfile Complete Phase 2: HTTP protocol and 6 strategy bots 2026-03-24 07:00:38 -04:00
gatherer fix(replay): ensure events array is always populated in turns 2026-05-26 21:12:12 -04:00
go.mod Complete Phase 2: HTTP protocol and 6 strategy bots 2026-03-24 07:00:38 -04:00
main.go feat(bots): add zone bounds awareness to GathererBot, RusherBot, SwarmBot 2026-05-26 08:03:30 -04:00
strategy.go fix(bots): add zone edge margin to strategy bots for combat density 2026-05-26 08:42:44 -04:00