ai-code-battle/scripts
jedarden 5a52f06fc5 feat(monitoring): add combat death rate analysis script
Added analyze-combat-deaths.sh script to track combat_death rate
across replay files. Reports percentage of matches with combat_deaths
by player count and average deaths per match.

Usage:
  ./scripts/analyze-combat-deaths.sh /path/to/replays

For production monitoring, download replays from R2 and analyze:
  aws s3 sync s3://acb-replays /tmp/replays
  ./scripts/analyze-combat-deaths.sh /tmp/replays

Full database integration (persist combat_deaths to DB, dashboard UI)
left for future work as combat_deaths are already tracked in replay files.

Closes: bf-38ts
2026-05-24 18:44:08 -04:00
..
analyze-combat-deaths.sh feat(monitoring): add combat death rate analysis script 2026-05-24 18:44:08 -04:00
build-wasm.sh feat(acb-api): implement bot registration, job coordination, and replay endpoints per plan §12 Phase 4 2026-04-21 08:58:42 -04:00
cloudflare-setup.sh feat(scripts): add Cloudflare setup and verification scripts 2026-03-29 14:50:08 -04:00
configure-dns.sh docs(scripts): add DNS configuration script with Cloudflare API 2026-03-29 20:12:26 -04:00
deploy-pages.sh docs(phase6): add deployment checklist and make scripts executable 2026-04-08 17:29:02 -04:00
setup-r2.sh feat(scripts): add R2 bucket setup script with custom domain config 2026-04-06 06:42:53 -04:00
verify-combat-density.sh fix(engine): reduce ZoneMinRadius from 5 to 3 to force combat engagement 2026-05-24 18:40:40 -04:00
verify-deployment.sh feat(scripts): add Cloudflare setup and verification scripts 2026-03-29 14:50:08 -04:00