ai-code-battle/bots/assassin/src
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
..
game.rs feat(bot): add Assassin bot (Rust) — decapitation archetype 2026-04-22 16:55:33 -04:00
main.rs feat(config): add season_id + rules_version to Config per §4.2 2026-04-22 18:09:26 -04:00
strategy.rs feat(bot): add Assassin bot (Rust) — decapitation archetype 2026-04-22 16:55:33 -04:00