ai-code-battle/bots
jedarden f4baa4b817 fix(rusher): add musl-dev to fix crti.o linker error on Alpine
rust:1.85-alpine does not include musl-dev, causing the gcc linker to
fail with "cannot find crti.o". Required for serde_derive and other
proc-macro crates to compile.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 08:41:49 -04:00
..
assassin feat(config): add season_id + rules_version to Config per §4.2 2026-04-22 18:09:26 -04:00
defender fix(types): add missing ReplayPlayer import and type annotation for transcript feature 2026-04-22 18:20:56 -04:00
farmer feat(bot): add Farmer bot (Go) — economy-maximizer archetype 2026-04-22 16:30:26 -04:00
gatherer fix(bots): fix gatherer Go compile error - declare nearestEnergy in function scope 2026-04-24 07:33:28 -04:00
guardian Complete Phase 2: HTTP protocol and 6 strategy bots 2026-03-24 07:00:38 -04:00
hunter Complete Phase 2: HTTP protocol and 6 strategy bots 2026-03-24 07:00:38 -04:00
kamikaze feat(bot): implement Kamikaze bot (JavaScript) — aggressive self-sacrifice archetype 2026-04-22 17:11:28 -04:00
nomad fix(types): add missing ReplayPlayer import and type annotation for transcript feature 2026-04-22 18:20:56 -04:00
opportunist fix(bot): fix Opportunist retreat and attack pathfinding bugs 2026-04-22 17:03:02 -04:00
pacifist feat(bot): add Pacifist bot (JavaScript) — non-aggressive attrition archetype 2026-04-22 16:32:50 -04:00
phalanx feat(config): add season_id + rules_version to Config per §4.2 2026-04-22 18:09:26 -04:00
raider feat(bot): add Raider bot (Java) — hit-and-run harasser archetype 2026-04-22 16:44:34 -04:00
random Complete Phase 2: HTTP protocol and 6 strategy bots 2026-03-24 07:00:38 -04:00
rusher fix(rusher): add musl-dev to fix crti.o linker error on Alpine 2026-04-24 08:41:49 -04:00
scout fix(types): add missing ReplayPlayer import and type annotation for transcript feature 2026-04-22 18:20:56 -04:00
swarm Complete Phase 2: HTTP protocol and 6 strategy bots 2026-03-24 07:00:38 -04:00