ai-code-battle/cmd/acb-evolver/internal/db/seeds
jedarden 42398eb34a feat(evolver): add phalanx, assassin, opportunist as generation-0 seeds
Add 3 new hand-written bots to expand evolver seed pool:
- phalanx (Rust, alpha island) - formation combat with aggression=0.85, economy=0.1
- assassin (Rust, alpha island) - decapitation strategy with aggression=1.0, economy=0.0
- opportunist (Go, beta island) - conditional aggression with aggression=0.55, economy=0.55

This brings the total seed count from 6 to 9, providing richer starting
population across islands with diverse attack archetypes the evolver
can recombine.

Changes:
- Add seeds/phalanx_strategy.rs.txt, assassin_strategy.rs.txt, opportunist_strategy.go.txt
- Update seed.go with 3 new embed directives and seed entries
- Add TestSeedPopulation to verify 9 seeds insert correctly
- Update comments to reflect 9 seeds instead of 6

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-17 03:01:18 -04:00
..
assassin_strategy.rs.txt feat(evolver): add phalanx, assassin, opportunist as generation-0 seeds 2026-06-17 03:01:18 -04:00
gatherer_strategy.go.txt Add validation pipeline, sandbox, and evolution DB layer (Phase 7) 2026-03-26 22:45:13 -04:00
guardian_strategy.php.txt Add validation pipeline, sandbox, and evolution DB layer (Phase 7) 2026-03-26 22:45:13 -04:00
hunter_strategy.java.txt Add validation pipeline, sandbox, and evolution DB layer (Phase 7) 2026-03-26 22:45:13 -04:00
opportunist_strategy.go.txt feat(evolver): add phalanx, assassin, opportunist as generation-0 seeds 2026-06-17 03:01:18 -04:00
phalanx_strategy.rs.txt feat(evolver): add phalanx, assassin, opportunist as generation-0 seeds 2026-06-17 03:01:18 -04:00
random_main.py.txt Add validation pipeline, sandbox, and evolution DB layer (Phase 7) 2026-03-26 22:45:13 -04:00
rusher_strategy.rs.txt Add validation pipeline, sandbox, and evolution DB layer (Phase 7) 2026-03-26 22:45:13 -04:00
swarm_strategy.ts.txt Add validation pipeline, sandbox, and evolution DB layer (Phase 7) 2026-03-26 22:45:13 -04:00