ai-code-battle/web/public
jedarden 0c223aa10d phase-9: implement bot debug telemetry with values and heatmap support
Add optional debug field in move response schema with extended telemetry:
- values: key-value pairs for debug display (metrics, state flags)
- heatmap: 2D grid overlay for visualization (threat maps, influence maps)

Engine changes:
- Add Values and Heatmap fields to DebugInfo struct in bot_http.go
- Add DebugHeatmap struct with name and 2D data array

Web viewer changes:
- Extend DebugInfo interface in types.ts with values and heatmap
- Implement heatmap rendering with blue→red gradient overlay
- Add getHeatmapColor helper for normalized value visualization
- Update debug panel to display values as key-value table
- Show heatmap info with name and dimensions

Schema updates:
- Add DebugHeatmap definition to replay-schema-v1.json
- Extend DebugInfo with values and heatmap properties

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-08 11:02:43 -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 phase-9: implement bot debug telemetry with values and heatmap support 2026-05-08 11:02:43 -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