Skip to content

Commit 850bd7e

Browse files
chore(feature-flags): document mothership-beta userId targeting limitation
1 parent 4745d51 commit 850bd7e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

apps/sim/lib/core/config/feature-flags.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ const FEATURE_FLAGS = {
6868
},
6969
'mothership-beta': {
7070
description:
71-
'Mothership beta plan/changelog artifact surfaces in the copilot VFS and doc compiler',
71+
'Mothership beta plan/changelog artifact surfaces in the copilot VFS and doc compiler. ' +
72+
'Note: userId/orgId targeting only works for WorkspaceVfs (resolved in materialize). ' +
73+
'getE2BDocFormat, resolveInputFiles, and resolveWorkflowAliasForWorkspace evaluate without ' +
74+
'user context — use enabled:true for global rollout rather than per-user targeting.',
7275
fallback: 'MOTHERSHIP_BETA_FEATURES',
7376
},
7477
} satisfies Record<string, FeatureFlagDefinition>

0 commit comments

Comments
 (0)