Feature Flags
The current repository contains a lightweight inherited flag scaffold. The recommended target for this platform is stricter:- typed flag catalog in code
- Supabase-backed runtime values
- workspace-scoped overrides
- explicit kill switches
- migration flags for Charles cutover
- one shared resolver across
app,api, andworker
Why this matters
This repo is not just a frontend product surface. It needs flags that can safely control:- compatibility cutover
- provider write paths
- worker dispatch behavior
- per-workspace migration state
Recommended flag classes
surface.*for UI exposureruntime.*for backend capabilitieskill.*for emergency stopsmigration.*for workspace cutover control