ai-code-battle/cmd/acb-evolver/internal/llm
jedarden 60b83a02d9 feat(§15.3): implement screen reader transcript for replay viewer
- Add transcript panel with turn-by-turn summaries generated from replay events
- Each turn shows: player moves, combat, deaths, captures, energy collection, spawns, win probability
- Add 'T' key shortcut to toggle transcript panel
- Panel supports three view modes: All Turns, ±10 Turns from Current, Recent 20 Turns
- Click on transcript entry to jump to that turn
- Current turn is highlighted in transcript with smooth scroll
- Panel content is selectable/copyable for screen reader users
- Transcript generation logic already existed in replay-viewer.ts; this adds the UI
- Transcript button slides in from right side of screen

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-22 18:42:49 -04:00
..
client.go Add LLM prompt builder and ensemble integration (Phase 7) 2026-03-26 22:26:09 -04:00
ensemble.go feat(acb-evolver): add LLM prompt builder and ensemble integration 2026-03-29 16:47:25 -04:00
ensemble_test.go feat(§15.3): implement screen reader transcript for replay viewer 2026-04-22 18:42:49 -04:00
extract.go Add LLM prompt builder and ensemble integration (Phase 7) 2026-03-26 22:26:09 -04:00
extract_test.go feat(acb-evolver): add LLM prompt builder and ensemble integration 2026-03-29 16:47:25 -04:00