feat(multiplayer): wire ranked profile runtime policy

This commit is contained in:
Josh Creek
2026-09-01 15:28:37 +01:00
parent f096e8ff0b
commit d081a72b9a
8 changed files with 53 additions and 3 deletions
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -euo pipefail
# Real authenticated ranked-profile response verification. The shared gate
# keeps the existing fresh-player 404 path as its default and enables this
# populated durable-rating fixture only for this explicit variant.
root_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
cd "$root_dir"
RANKED_SMOKE=1 bash scripts/verify_control_plane_integration.sh