@productbrain/mcp 0.0.1-beta.914 → 0.0.1-beta.919
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15135,6 +15135,25 @@ var FLAGS = {
|
|
|
15135
15135
|
],
|
|
15136
15136
|
userAllow: [USR.NIELS, USR.RANDY, USR.RANDY_DEV]
|
|
15137
15137
|
},
|
|
15138
|
+
// FLAG: advanced-governance-modes — remove at GA per DEC-96.
|
|
15139
|
+
// DEC-97 (intent) + DEC-1138 (plumbing migration). Gates Consensus + Role-based
|
|
15140
|
+
// governance mode switching on the workspace settings page. OFF: "Coming soon"
|
|
15141
|
+
// + Notify Me (STA-11 compliant). ON: both modes selectable; Role additionally
|
|
15142
|
+
// gated by getGovernanceModeReadiness (the GA precondition, not the flag).
|
|
15143
|
+
// Cohort matches the mvp-unlock-* convention (workspace + user belt-and-suspenders),
|
|
15144
|
+
// extending DEC-97's strict workspace-scoping so Randy can dogfood from any workspace.
|
|
15145
|
+
// Niels excluded — governance switching has sharp UX (Role preconditions, auto-commit
|
|
15146
|
+
// loss on Consensus), so dogfood stays narrow until validated.
|
|
15147
|
+
"advanced-governance-modes": {
|
|
15148
|
+
default: false,
|
|
15149
|
+
workspaceAllow: [
|
|
15150
|
+
WS.RANDY_DEV_PRIMARY,
|
|
15151
|
+
WS.RANDY_DEV_SECONDARY,
|
|
15152
|
+
WS.RANDY_PROD_PRIMARY,
|
|
15153
|
+
WS.RANDY_PROD_SECONDARY
|
|
15154
|
+
],
|
|
15155
|
+
userAllow: [USR.RANDY, USR.RANDY_DEV]
|
|
15156
|
+
},
|
|
15138
15157
|
// WP-373 E3 — Routing Resolver SSOT killswitch.
|
|
15139
15158
|
// When true, the new pure resolver short-circuits and mount sites execute the
|
|
15140
15159
|
// legacy inline redirect/error logic verbatim. Default false: resolver runs.
|
|
@@ -15169,4 +15188,4 @@ export {
|
|
|
15169
15188
|
createProductBrainServer,
|
|
15170
15189
|
initFeatureFlags
|
|
15171
15190
|
};
|
|
15172
|
-
//# sourceMappingURL=chunk-
|
|
15191
|
+
//# sourceMappingURL=chunk-VHL3Q5K6.js.map
|