@productbrain/mcp 0.0.1-beta.72 → 0.0.1-beta.73

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.
@@ -43,7 +43,7 @@ import {
43
43
  unknownAction,
44
44
  validationResult,
45
45
  withEnvelope
46
- } from "./chunk-XLMQ7POI.js";
46
+ } from "./chunk-MFH4WG3T.js";
47
47
  import {
48
48
  trackKnowledgeGap,
49
49
  trackQualityCheck,
@@ -238,7 +238,7 @@ ${formatted}` }],
238
238
  },
239
239
  withEnvelope(async ({ entryId }) => {
240
240
  requireWriteAccess();
241
- const { runContradictionCheck } = await import("./smart-capture-QFYRKMBM.js");
241
+ const { runContradictionCheck } = await import("./smart-capture-P4CPOIFW.js");
242
242
  const entry = await mcpQuery("chain.getEntry", { entryId });
243
243
  if (!entry) {
244
244
  return notFoundResult(entryId, `Entry '${entryId}' not found. Try search to find the right ID.`);
@@ -7253,7 +7253,7 @@ async function handleCommitConstellation(args) {
7253
7253
  }
7254
7254
  let contradictionWarnings = [];
7255
7255
  try {
7256
- const { runContradictionCheck } = await import("./smart-capture-QFYRKMBM.js");
7256
+ const { runContradictionCheck } = await import("./smart-capture-P4CPOIFW.js");
7257
7257
  const commitLinks = betData.links ?? {};
7258
7258
  const descField = commitLinks.problem ?? betData.description ?? "";
7259
7259
  contradictionWarnings = await runContradictionCheck(
@@ -12996,4 +12996,4 @@ export {
12996
12996
  SERVER_VERSION,
12997
12997
  createProductBrainServer
12998
12998
  };
12999
- //# sourceMappingURL=chunk-ZPEIKRYG.js.map
12999
+ //# sourceMappingURL=chunk-2BHEXDVG.js.map
@@ -2274,6 +2274,7 @@ Or use \`collections action=list\` to see available collections.`
2274
2274
  }
2275
2275
  }
2276
2276
  data[profile.descriptionField || "description"] = description;
2277
+ const isBetCapture = canonicalKey === "bet";
2277
2278
  if (isBetCapture) {
2278
2279
  data.chainTypeId = "bet";
2279
2280
  const betContentFields = ["problem", "appetite", "elements", "architecture", "rabbitHoles", "noGos", "done_when", "buildContract", "solution"];
@@ -3307,4 +3308,4 @@ export {
3307
3308
  formatRubricCoaching,
3308
3309
  formatRubricVerdictSection
3309
3310
  };
3310
- //# sourceMappingURL=chunk-XLMQ7POI.js.map
3311
+ //# sourceMappingURL=chunk-MFH4WG3T.js.map