ForgeJuvio game authoring

Supabase not configured. Forge is reading from local JSON files under apps/game/public/games/<id>/data/ — handy for first-boot development. Save buttons will be disabled until you set SUPABASE_URL and SUPABASE_SERVICE_ROLE_KEY in apps/forge/.env.local. See docs/SETUP.md.

Games

Adding a new game

New games land via a Supabase row + content seed. The Forge UI for creating games is on the roadmap (post-migration). For now: insert a row in the games table and it'll appear here.