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

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.
@@ -2274,9 +2274,10 @@ 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
- const betContentFields = ["problem", "appetite", "elements", "architecture", "rabbitHoles", "noGos", "done_when", "buildContract", "solution"];
2280
+ const betContentFields = ["problem", "appetite", "elements", "architecture", "rabbitHoles", "noGos", "doneWhen", "buildContract", "solution"];
2280
2281
  const betLinks = {};
2281
2282
  for (const field of betContentFields) {
2282
2283
  if (data[field] !== void 0) {
@@ -3307,4 +3308,4 @@ export {
3307
3308
  formatRubricCoaching,
3308
3309
  formatRubricVerdictSection
3309
3310
  };
3310
- //# sourceMappingURL=chunk-XLMQ7POI.js.map
3311
+ //# sourceMappingURL=chunk-Z4RIIF2E.js.map