@productbrain/mcp 0.0.1-beta.204 → 0.0.1-beta.205

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.
@@ -13792,7 +13792,8 @@ function registerOrientTool(server) {
13792
13792
  taskGroundingStatus: hasTaskGrounding ? "task_scoped" : task ? "missing_task_context" : "workspace_only",
13793
13793
  taskGroundingRequired: !hasTaskGrounding,
13794
13794
  orientationStatus: orientationStatus2,
13795
- nextStep: hasTaskGrounding ? void 0 : 'Run `orient task="describe the work"` before substantive work.'
13795
+ nextStep: hasTaskGrounding ? void 0 : 'Run `orient task="describe the work"` before substantive work.',
13796
+ ...orientEntries?._budget ? { _budget: orientEntries._budget } : {}
13796
13797
  }
13797
13798
  )
13798
13799
  };
@@ -14188,7 +14189,8 @@ function registerOrientTool(server) {
14188
14189
  taskGroundingRequired: !hasTaskGrounding,
14189
14190
  domainRetrieval: orientEntries?.startup?.domainRetrieval,
14190
14191
  orientationStatus,
14191
- nextStep: hasTaskGrounding ? void 0 : 'Run `orient task="describe the work"` before substantive work.'
14192
+ nextStep: hasTaskGrounding ? void 0 : 'Run `orient task="describe the work"` before substantive work.',
14193
+ ...orientEntries?._budget ? { _budget: orientEntries._budget } : {}
14192
14194
  }
14193
14195
  )
14194
14196
  };
@@ -15861,6 +15863,7 @@ function readProcessEnvFlag(name) {
15861
15863
  return void 0;
15862
15864
  }
15863
15865
  var KILL = readViteEnvFlag("VITE_FEATURE_KILL_SWITCH") === "true" || readProcessEnvFlag("FEATURE_KILL_SWITCH") === "true";
15866
+ var QUERY_BUDGET_KILL = readViteEnvFlag("VITE_PB_QUERY_BUDGET_KILL") === "true" || readProcessEnvFlag("PB_QUERY_BUDGET_KILL") === "true";
15864
15867
  var WS = {
15865
15868
  RANDY_DEV_PRIMARY: "p5796jhec0nhyp417ekrt8x4w181t41f",
15866
15869
  RANDY_DEV_SECONDARY: "p5791wr86cj0thx2vxpqavj0mn82rssd",
@@ -15922,7 +15925,15 @@ var FLAGS = {
15922
15925
  // When true, the new pure resolver short-circuits and mount sites execute the
15923
15926
  // legacy inline redirect/error logic verbatim. Default false: resolver runs.
15924
15927
  // FEATURE_KILL_SWITCH env beats this flag (precedence per .claude/rules/feature-flags.md).
15925
- "routing-resolver-killswitch": false
15928
+ "routing-resolver-killswitch": false,
15929
+ // WP-384 S3: Child-domain creation affordance. OFF by default — "Coming soon" tooltip per DEC-97 / STA-11.
15930
+ "custom-authority-domains": false,
15931
+ // FEAT-1139 — Query budget kill-switch.
15932
+ // When true, `cappedQuery` reverts to raw `.collect()` behavior (no row caps)
15933
+ // while still populating `_budget` for WP-380 telemetry. Default false.
15934
+ "query-budget-kill": {
15935
+ default: QUERY_BUDGET_KILL
15936
+ }
15926
15937
  };
15927
15938
 
15928
15939
  // src/featureFlags.ts
@@ -15944,4 +15955,4 @@ export {
15944
15955
  createProductBrainServer,
15945
15956
  initFeatureFlags
15946
15957
  };
15947
- //# sourceMappingURL=chunk-R5K6CUNL.js.map
15958
+ //# sourceMappingURL=chunk-LXESYNJ6.js.map