What To Demo
Buddies Trip Scoring
Named scorer handoff, score entry, Nassau/skins/Wolf state, settlement preview, and private matchup cards in The Bar.
Scramble Board
Team leaderboard, CTP/long-drive award flow, settlement ceremony, share-card export, and tournament-style organizer controls.
Member-Guest Shell
Flights, round-robin match cards, standings, scenario projections, shootout view, and Calcutta auction plumbing.
Latest Shipped Work
- Scorer authority: public round-mode score writes require a selected scorer; claim/release handoff is KV-backed and conflicting writers get a clear `SCORER_AUTHORITY_CONFLICT`.
- Private matchup cards: The Bar now shows posted-score matchup context, finish targets, and swing-hole cues without claiming server push authority.
- Scramble sales one-pager: `/scramble-one-pager/` packages the paid scramble pitch with current visuals, Pairing Coach, CTP/LD, and copy-ready settlement boundaries.
- Advisor fallback: `/api/advisor` returns Workers AI/Claude advice when configured and deterministic game/stakes guidance otherwise.
- Season controls: private organizer lookup can select outings, save a season, and open the season leaderboard.
Verification Proof
Regression Suite
All `tests/*.test.js` passed after the scorer-authority module extraction and complete-demo page work.
Production Smokes
`node scripts/public-page-smoke.js` and `node scripts/demo-state-smoke.js` pass against `https://betwaggle.com`.
Direct API Smoke
`/api/scorer/authority` was claimed, conflicted, and released on the buddies demo after the module deploy.
Remaining Gates
External Credentials
Stripe live key/webhook endpoint, `GOLF_COURSE_API_KEY`, Google/Meta ad secrets, and hello@ email routing still require account-side setup.
Device Proof
Real iOS/Android payment-link behavior, haptic feel, push delivery, and outdoor round flow still need hardware field validation.
Future Systems
Durable Object/WebSocket authority, richer league ops, richer trip ops, richer bracket ops, and automated affiliate money movement remain future work.