@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
|
@@ -43,7 +43,7 @@ import {
|
|
|
43
43
|
unknownAction,
|
|
44
44
|
validationResult,
|
|
45
45
|
withEnvelope
|
|
46
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-Z4RIIF2E.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-
|
|
241
|
+
const { runContradictionCheck } = await import("./smart-capture-5C3DGFWF.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.`);
|
|
@@ -6654,7 +6654,7 @@ async function computeAndUpdateScores(opts) {
|
|
|
6654
6654
|
persist("problem_clarity", "problem", 50);
|
|
6655
6655
|
persist("appetite", "appetite", 20);
|
|
6656
6656
|
persist("architecture", "architecture", 50);
|
|
6657
|
-
persist("done_when", "
|
|
6657
|
+
persist("done_when", "doneWhen", 30);
|
|
6658
6658
|
if (Object.keys(linksUpdates).length > 0) {
|
|
6659
6659
|
fieldUpdates.links = { ...currentLinks, ...linksUpdates };
|
|
6660
6660
|
}
|
|
@@ -7253,7 +7253,7 @@ async function handleCommitConstellation(args) {
|
|
|
7253
7253
|
}
|
|
7254
7254
|
let contradictionWarnings = [];
|
|
7255
7255
|
try {
|
|
7256
|
-
const { runContradictionCheck } = await import("./smart-capture-
|
|
7256
|
+
const { runContradictionCheck } = await import("./smart-capture-5C3DGFWF.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-
|
|
12999
|
+
//# sourceMappingURL=chunk-UV2NXX4Q.js.map
|