ai-code-battle/cmd/acb-evolver
jedarden 3d9326d767 feat(acb-evolver): add CRUD operations for programs database with island model
Add Delete, List, ListTopByIsland, and GetLineage methods to the programs
Store. These complete the CRUD operations needed for the evolution pipeline:

- Delete: Remove programs by ID
- List: Paginated listing of all programs
- ListTopByIsland: Get top N programs by fitness for a specific island
- GetLineage: Recursively traverse parent chain for lineage tracking

Also adds comprehensive tests for all new operations including lineage
tracking through grandparent-parent-child chains.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 12:08:21 -04:00
..
internal feat(acb-evolver): add CRUD operations for programs database with island model 2026-03-29 12:08:21 -04:00
main.go Add R2 upload for live evolution observatory (Phase 10) 2026-03-29 04:53:35 -04:00