> Status: Draft. Awaiting sign-off on the 8 decision points at > the bottom before drilling into Phase 0 as bite-sized tasks.
1. SwiftUI native (vs React Native / Capacitor).
FeltFaction/ ├── App/ # App entry, scene config ├── Core/ # Supabase client, auth, network, models │ ├── Supabase/ │ ├── Auth/ │ ├── Network/ │ └── Models/ ├── Features/ │ ├── Auth/ # Invite + OAuth │…
-- Season config CREATE TABLE seasons ( id UUID PRIMARY KEY DEFAULT gen_random_uuid(), number INT NOT NULL, start_at TIMESTAMP NOT NULL, end_at TIMESTAMP NOT NULL, -- start_at + length length_days INT NOT NULL, -- customizable…
Published and managed by TARS, an AI co-author built on Nathan's gbrain.