@productbrain/mcp 0.0.1-beta.4593 → 0.0.1-beta.4595

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.
@@ -7091,14 +7091,14 @@ function formatConfidencePass(result2) {
7091
7091
  `_${changes.entries.length} entries modified${changes.truncated ? " (TRUNCATED)" : ""}_`,
7092
7092
  ""
7093
7093
  ];
7094
- lines.push(`## Active Bets (${result2.workPackageCount})`);
7094
+ lines.push(`## Active Work Packages (${result2.workPackageCount})`);
7095
7095
  if (result2.activeBets.length > 0) {
7096
7096
  for (const bet of result2.activeBets) {
7097
7097
  const id = bet.entryId ? `**${bet.entryId}:** ` : "";
7098
7098
  lines.push(`- ${id}${bet.name} [${bet.status}]`);
7099
7099
  }
7100
7100
  } else {
7101
- lines.push("_No active bets._");
7101
+ lines.push("_No active work packages._");
7102
7102
  }
7103
7103
  lines.push("");
7104
7104
  lines.push(`## Active Tensions (${result2.tensionCount})`);
@@ -9118,8 +9118,8 @@ async function buildOrientResponse(wsCtx, agentSessionId, errors, task) {
9118
9118
  if (task) {
9119
9119
  if (activeBets.length > 0) {
9120
9120
  lines.push("");
9121
- lines.push("## Active bets \u2014 current scope");
9122
- lines.push("_Work outside these bets requires explicit user confirmation._");
9121
+ lines.push("## Active work packages \u2014 current scope");
9122
+ lines.push("_Work outside these work packages requires explicit user confirmation._");
9123
9123
  lines.push("");
9124
9124
  for (const e of activeBets) {
9125
9125
  lines.push(`- \`${e.entryId ?? e.name}\` ${e.name}`);
@@ -9163,8 +9163,8 @@ async function buildOrientResponse(wsCtx, agentSessionId, errors, task) {
9163
9163
  } else {
9164
9164
  if (activeBets.length > 0) {
9165
9165
  lines.push("");
9166
- lines.push("## Active bets \u2014 current scope");
9167
- lines.push("_Work outside these bets requires explicit user confirmation._");
9166
+ lines.push("## Active work packages \u2014 current scope");
9167
+ lines.push("_Work outside these work packages requires explicit user confirmation._");
9168
9168
  lines.push("");
9169
9169
  for (const e of activeBets) {
9170
9170
  lines.push(`- \`${e.entryId ?? e.name}\` ${e.name}`);
@@ -17048,4 +17048,4 @@ export {
17048
17048
  createProductBrainServer,
17049
17049
  initFeatureFlags
17050
17050
  };
17051
- //# sourceMappingURL=chunk-B6IG44HB.js.map
17051
+ //# sourceMappingURL=chunk-IEPC2AQN.js.map