What problem does it solve? It documents how to relaunch or modify the golf (GWYF) betting card in the Primitivão app without rediscovering the data model, odds math, parlay anti-correlation rules, and settlement gates that were already built and adversarially reviewed in season 1. ## Core Features & Use Cases - Data model and markets: Defines gwyf.scores/props/finals in Firestore plus the four markets (WIN, LOSE, HIO, PAR 3-way) with form-based odds via golfOdd and golfWinProbs. - Parlay with anti-correlation: Enforces one leg per player, blocks WIN+LOSE and same-side PAR bundles, and applies a correlation discount (GOLF_CASADA_CORR) in both display and settlement. - Settlement and season rollover: Settles coupons only after the mod finalizes a map (anti-leak gate), handles void legs, and documents the S1-to-S2 reset of scores, roster, and balances. - Use Case: When launching season 2 of the golf championship, follow the TL;DR to zero gwyf scores, update the interests.gwyf roster, verify the schedule, run the adversarial review, and deploy via the build-deploy skill. ## Quick Start Ask the assistant to relaunch the golf betting card for season 2 following the golf-apostas skill, resetting the gwyf scores and updating the roster before deploying.