ai-code-battle/cmd
jedarden 2495aedd8d fix(mapgen): align spawn radius comment with actual implementation (30% vs 15%)
The code comment said 15% spawn radius for 2-player matches, but the actual
code uses 30%. This mismatch was causing confusion about combat density.

Updated comment to reflect the actual implementation:
- 2-player: 30% spawn radius (~6 tiles from center, ~12 tiles apart)
- 3+ player: 15% spawn radius (~4 tiles from center, ~8 tiles apart)

Also updated the test expectations to match the actual spawn radius values.

Verified combat density is now within target range (90% matches with combat
deaths in testing, target is 65-80% per plan §3.7.1).

Closes: bf-3x65q
2026-05-26 19:28:49 -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 Revert "fix(index-builder): promote recent replays from B2 to R2 warm cache" 2026-05-26 16:33:19 -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 fix(mapgen): align spawn radius comment with actual implementation (30% vs 15%) 2026-05-26 19:28:49 -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