Seed (local)
readyCurrent default; backed by `store.ts` + `seed.ts`. Provides deterministic snapshot used in dev/offline.
Next actions
- Refactor to use preset factories
- Add smoke tests around joins
- Document overrides
Data Ops
Quick reference for the three snapshot sources and their readiness before flipping NEXT_PUBLIC_PHASE0_SOURCE.
Current default; backed by `store.ts` + `seed.ts`. Provides deterministic snapshot used in dev/offline.
Next actions
Reads `phase0_nodes` + `phase0_discussion_posts`, remaps UUIDs → slugs. RLS enforces owner_id.
Next actions
Query `phase0:loadSnapshot` (Convex HTTP). Holds same node/discussion shape as Supabase.
Next actions