feat: add spectator coach - #43
Open
avatarneil wants to merge 1 commit into
Open
avatarneil wants to merge 1 commit into
avatarneil wants to merge 1 commit into
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Spectators can now opt into live coaching on public matches without gaining any control over the game board. Followed public AI match sequences also have an observable continuation path, and the watch lobby makes followed or recently watched matches easier to rejoin when automatic continuation is not available.
What Changed
Test Plan
npm run lintpasses with existing unrelated warnings in AI/remotion files.npx oxfmt --check docs/plans/2026-05-15-spectator-coach-plan.md 'src/app/api/rooms/[id]/follow/route.ts' 'src/app/api/rooms/[id]/state/route.ts' src/app/api/rooms/create-ai/route.ts src/app/api/rooms/create/route.ts src/app/api/rooms/public/route.ts src/app/play/page.tsx 'src/app/watch/[id]/page.tsx' src/app/watch/page.tsx src/lib/kv.ts src/lib/spectator.ts src/lib/spectator-coach.tsgit diff --checknpx tsxsmoke test for spectator coach removal explanations.npx tsxsmoke test for public room follower metadata without token leakage.http://localhost:3010/watchand/watch/ABC123: routes compile; local room data is blocked by missing Vercel KV environment variables.Notes
npm run buildis blocked locally before Next.js runs because this machine's Homebrew Rust toolchain lacks thewasm32-unknown-unknowntarget andrustupis not installed.npx tsc --noEmitis blocked by the same missing generatedwasm/pkg/knucklebones_aipackage.KV_REST_API_URLandKV_REST_API_TOKEN.