ai-code-battle/cmd/acb-map-evolver
jedarden 181e846d8a feat(map-evolver): bootstrap empty maps table and containerize
- Add seedIfEmpty: idempotent startup seeding (20 maps per player count,
  ON CONFLICT DO NOTHING) using cellular-automata generation + validate()
- Add continuous evolution loop across all player counts (2/3/4/6)
- ACB_MIN_SEED_COUNT and ACB_EVOLUTION_PERIOD configurable via env vars
- Add Dockerfile (lean Alpine build, no language runtimes)
- Add acb-map-evolver to acb-build.yml CI pipeline
- Add staging K8s Deployment manifest

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-02 08:05:51 -04:00
..
Dockerfile feat(map-evolver): bootstrap empty maps table and containerize 2026-05-02 08:05:51 -04:00
main.go feat(map-evolver): bootstrap empty maps table and containerize 2026-05-02 08:05:51 -04:00
main_test.go Add map evolution pipeline (cmd/acb-map-evolver) 2026-03-29 02:35:33 -04:00