ai-code-battle/bots/phalanx
jedarden 6c1f031071 feat(config): add season_id + rules_version to Config per §4.2
- SeasonID and RulesVersion already present in engine/types.go Config struct
- Worker already populates from active season row via DB join
- Config embedded in VisibleState sent to bots each turn (including turn 0)
- All starter kits (go, python, rust, java, csharp) already expose and log fields
- Add season_id/rules_version logging to JavaScript starter on turn 0
- TypeScript Config interface already includes season_id and rules_version

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 18:09:26 -04:00
..
src feat(config): add season_id + rules_version to Config per §4.2 2026-04-22 18:09:26 -04:00
.gitignore feat(bot): add Phalanx bot (Rust) — tight formation archetype 2026-04-22 16:43:39 -04:00
Cargo.lock feat(bot): add Phalanx bot (Rust) — tight formation archetype 2026-04-22 16:43:39 -04:00
Cargo.toml feat(bot): add Phalanx bot (Rust) — tight formation archetype 2026-04-22 16:43:39 -04:00
Dockerfile feat(bot): add Phalanx bot (Rust) — tight formation archetype 2026-04-22 16:43:39 -04:00