ai-code-battle/cmd/acb-index-builder
jedarden dcdca5147f fix(index-builder): stream-copy web assets to avoid large-file OOM
Replace os.ReadFile+os.WriteFile with io.Copy so large files (e.g. the 21MB
demo-replay-v2-6p.json) are never fully loaded into RAM during copyWebAssets.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 07:35:42 -04:00
..
blog.go Phase 10 Narrative Engine Implementation 2026-03-29 06:35:36 -04:00
cards.go Implement S3 functions for R2/B2 integration in acb-index-builder 2026-03-29 09:09:29 -04:00
config.go Integrate LLM client with blog generation (Phase 10) 2026-03-29 06:54:02 -04:00
db.go fix(index-builder): use player_slot when comparing to matches.winner 2026-04-20 23:37:22 -04:00
deploy.go fix(index-builder): stream-copy web assets to avoid large-file OOM 2026-04-21 07:35:42 -04:00
Dockerfile fix(index-builder): include web frontend in Pages deployment 2026-04-21 07:23:45 -04:00
generator.go Add Go index builder (cmd/acb-index-builder) 2026-03-29 03:15:47 -04:00
main.go fix(index-builder): include web frontend in Pages deployment 2026-04-21 07:23:45 -04:00
main_test.go Integrate LLM client with blog generation (Phase 10) 2026-03-29 06:54:02 -04:00
narrative.go Integrate LLM client with blog generation (Phase 10) 2026-03-29 06:54:02 -04:00
narrative_test.go Phase 10 Narrative Engine Implementation 2026-03-29 06:35:36 -04:00
s3.go feat(evolver): complete Phase 7 LLM-driven evolution implementation 2026-04-08 16:38:48 -04:00
s3_test.go Implement S3 functions for R2/B2 integration in acb-index-builder 2026-03-29 09:09:29 -04:00