@productbrain/mcp 0.0.1-beta.73 → 0.0.1-beta.75
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-MFH4WG3T.js → chunk-UEUFJX5P.js} +2 -2
- package/dist/chunk-UEUFJX5P.js.map +1 -0
- package/dist/{chunk-2BHEXDVG.js → chunk-ZJBP7BE4.js} +5 -5
- package/dist/chunk-ZJBP7BE4.js.map +1 -0
- package/dist/http.js +2 -2
- package/dist/index.js +2 -2
- package/dist/{smart-capture-P4CPOIFW.js → smart-capture-2L44VU22.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-2BHEXDVG.js.map +0 -1
- package/dist/chunk-MFH4WG3T.js.map +0 -1
- /package/dist/{smart-capture-P4CPOIFW.js.map → smart-capture-2L44VU22.js.map} +0 -0
|
@@ -2277,7 +2277,7 @@ Or use \`collections action=list\` to see available collections.`
|
|
|
2277
2277
|
const isBetCapture = canonicalKey === "bet";
|
|
2278
2278
|
if (isBetCapture) {
|
|
2279
2279
|
data.chainTypeId = "bet";
|
|
2280
|
-
const betContentFields = ["problem", "appetite", "elements", "architecture", "rabbitHoles", "noGos", "
|
|
2280
|
+
const betContentFields = ["problem", "appetite", "elements", "architecture", "rabbitHoles", "noGos", "doneWhen", "buildSequence", "buildContract", "solution"];
|
|
2281
2281
|
const betLinks = {};
|
|
2282
2282
|
for (const field of betContentFields) {
|
|
2283
2283
|
if (data[field] !== void 0) {
|
|
@@ -3308,4 +3308,4 @@ export {
|
|
|
3308
3308
|
formatRubricCoaching,
|
|
3309
3309
|
formatRubricVerdictSection
|
|
3310
3310
|
};
|
|
3311
|
-
//# sourceMappingURL=chunk-
|
|
3311
|
+
//# sourceMappingURL=chunk-UEUFJX5P.js.map
|