ai-code-battle/web/public
jedarden 2022baffac feat(web): add replay-schema-v1.json downloadable schema file
Add comprehensive JSON Schema for replay format (v1) as specified in
plan §15.2. This enables third-party tooling to validate and understand
replay files programmatically.

Schema documents:
- Root replay object (format_version, match_id, config, timestamps)
- Match result (winner, reason, scores, stats)
- Player information
- Map data (walls, cores, energy nodes)
- Turn-by-turn state (bots, cores, energy, scores, events)
- Optional win probability curve and critical moments
- Event types (bot_spawned, bot_died, energy_collected, core_captured,
  combat_death, collision_death)
- Debug telemetry for bot reasoning visualization

All fields include descriptions, types, constraints, and examples.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-03 23:56:04 -04:00
..
data test(web): verify match list page renders cards with real matches 2026-04-25 11:58:02 -04:00
img Add Phase 9 features: embeddable replay widget and playlists 2026-03-29 02:03:45 -04:00
wasm feat(playlists): add playlist curation and rebuild logic per §10, with series/seasons/enrichment 2026-04-21 16:11:27 -04:00
_headers fix(web): re-apply Content-Encoding and relax X-Frame-Options 2026-04-30 12:48:24 -04:00
replay-schema-v1.json feat(web): add replay-schema-v1.json downloadable schema file 2026-05-03 23:56:04 -04:00
replay-test.json verify(blog): verify blog page generates and renders AI match commentary posts 2026-04-25 10:40:36 -04:00
REPLAY_VERIFICATION_SUMMARY.md test(web): verify replay viewer loads and plays real match replay 2026-04-25 12:27:56 -04:00
robots.txt Complete Phase 5: Add Cloudflare Pages deployment configuration 2026-03-24 09:31:35 -04:00
test-match-list.html test(web): verify match list page renders cards with real matches 2026-04-25 11:58:02 -04:00
test-real-replay.html test(web): verify replay viewer loads and plays real match replay 2026-04-25 12:27:56 -04:00
test-replay-viewer-bundled.html test(web): verify replay viewer loads and plays real match replay 2026-04-25 12:10:09 -04:00
test-replay-viewer-demo.html test(web): add standalone replay viewer test page 2026-04-25 10:39:01 -04:00
test-replay-viewer-real.html test(web): verify match list page renders cards with real matches 2026-04-25 11:42:47 -04:00
test-replay-viewer.html verify(blog): verify blog page generates and renders AI match commentary posts 2026-04-25 10:40:36 -04:00
test-win-prob.html test(web): verify match list page renders cards with real matches 2026-04-25 11:58:02 -04:00