No description
Find a file
jedarden 9bd4efc935 Start Phase 4: Cloudflare Worker API for match orchestration
- Add worker-api/ with TypeScript + Wrangler setup
- D1 database schema (bots, matches, jobs, rating_history)
- Glicko-2 rating system implementation with unit tests
- Job coordination endpoints (claim, heartbeat, result, fail)
- Bot management endpoints (register, list, update, rotate-key)
- Cron handlers (matchmaker, health checker, stale job reaper)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 07:50:10 -04:00
bots Complete Phase 2: HTTP protocol and 6 strategy bots 2026-03-24 07:00:38 -04:00
cmd Complete Phase 1: add connectivity validation and determinism tests 2026-03-24 03:44:44 -04:00
docs Add artifact inventory (§11), renumber sections 12-16 2026-03-24 00:36:50 -04:00
engine Complete Phase 2: HTTP protocol and 6 strategy bots 2026-03-24 07:00:38 -04:00
web Complete Phase 3: TypeScript Canvas replay viewer 2026-03-24 07:30:04 -04:00
worker-api Start Phase 4: Cloudflare Worker API for match orchestration 2026-03-24 07:50:10 -04:00
go.mod Implement Phase 1 core engine: grid, combat, fog of war, turn execution 2026-03-24 01:48:27 -04:00
PROGRESS.md Start Phase 4: Cloudflare Worker API for match orchestration 2026-03-24 07:50:10 -04:00