Context
Feature flags store (featureFlags.ts) and components (ExperimentalBadge, ExperimentalGate) were created in #136 but not yet integrated into the UI.
Changes needed
- SettingsPage: Add "Experimental Features" section with toggles for each flag
- TestTab: Wrap Team Runner section with
ExperimentalGate feature="teamRunner"
- MemoryTab: Non-functional backends (Redis/ChromaDB/Pinecone/Custom) disabled with
ExperimentalBadge feature="advancedMemoryBackends" disabled
- ToolsTab: Skills marketplace section gated behind
skillsMarketplace flag
Depends on: #136 merge
Context
Feature flags store (
featureFlags.ts) and components (ExperimentalBadge,ExperimentalGate) were created in #136 but not yet integrated into the UI.Changes needed
ExperimentalGate feature="teamRunner"ExperimentalBadge feature="advancedMemoryBackends" disabledskillsMarketplaceflagDepends on: #136 merge