@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.
- package/dist/{chunk-ZPEIKRYG.js → chunk-UV2NXX4Q.js} +5 -5
- package/dist/chunk-UV2NXX4Q.js.map +1 -0
- package/dist/{chunk-XLMQ7POI.js → chunk-Z4RIIF2E.js} +3 -2
- package/dist/chunk-Z4RIIF2E.js.map +1 -0
- package/dist/http.js +2 -2
- package/dist/index.js +2 -2
- package/dist/{smart-capture-QFYRKMBM.js → smart-capture-5C3DGFWF.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-XLMQ7POI.js.map +0 -1
- package/dist/chunk-ZPEIKRYG.js.map +0 -1
- /package/dist/{smart-capture-QFYRKMBM.js.map → smart-capture-5C3DGFWF.js.map} +0 -0
|
@@ -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", "
|
|
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-
|
|
3311
|
+
//# sourceMappingURL=chunk-Z4RIIF2E.js.map
|