ai-code-battle/cmd/acb-map-evolver
jedarden 90431344e8 fix(map-evolver): add missing --once flag parsing
The --once mode was implemented but the command-line flag was not being
parsed. This commit adds the flag parsing and help text for --once, which
enables the weekly automated map evolution run from the evolver.

The evolver's weekly ticker (run.go) calls acb-map-evolver --once to
trigger map evolution on Sundays at 03:00 UTC as specified in plan §14.6.
2026-05-04 03:31:33 -04:00
..
Dockerfile feat(map-evolver): bootstrap empty maps table and containerize 2026-05-02 08:05:51 -04:00
main.go fix(map-evolver): add missing --once flag parsing 2026-05-04 03:31:33 -04:00
main_test.go Add map evolution pipeline (cmd/acb-map-evolver) 2026-03-29 02:35:33 -04:00