@productbrain/mcp 0.0.1-beta.44 → 0.0.1-beta.45
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-FKOP3WC7.js → chunk-ADLZPAEI.js} +8 -5
- package/dist/chunk-ADLZPAEI.js.map +1 -0
- package/dist/{chunk-E6ZTRA6N.js → chunk-CYECJTRI.js} +53 -1
- package/dist/chunk-CYECJTRI.js.map +1 -0
- package/dist/http.js +2 -2
- package/dist/index.js +2 -2
- package/dist/{smart-capture-3BWER4RY.js → smart-capture-XBOUPHFI.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-E6ZTRA6N.js.map +0 -1
- package/dist/chunk-FKOP3WC7.js.map +0 -1
- /package/dist/{smart-capture-3BWER4RY.js.map → smart-capture-XBOUPHFI.js.map} +0 -0
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
startAgentSession,
|
|
26
26
|
trackWriteTool,
|
|
27
27
|
translateStaleToolNames
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-CYECJTRI.js";
|
|
29
29
|
import {
|
|
30
30
|
trackQualityCheck,
|
|
31
31
|
trackQualityVerdict
|
|
@@ -59,7 +59,10 @@ var WORKFLOW_STATUS_VALUES = [
|
|
|
59
59
|
"untested",
|
|
60
60
|
"testing",
|
|
61
61
|
"validated",
|
|
62
|
-
"invalidated"
|
|
62
|
+
"invalidated",
|
|
63
|
+
// Insights lifecycle
|
|
64
|
+
"hypothesis",
|
|
65
|
+
"evidenced"
|
|
63
66
|
];
|
|
64
67
|
var LEGACY_WORKFLOW_STATUSES = new Set(WORKFLOW_STATUS_VALUES);
|
|
65
68
|
var updateEntrySchema = z.object({
|
|
@@ -203,7 +206,7 @@ ${formatted}` }]
|
|
|
203
206
|
},
|
|
204
207
|
async ({ entryId }) => {
|
|
205
208
|
requireWriteAccess();
|
|
206
|
-
const { runContradictionCheck } = await import("./smart-capture-
|
|
209
|
+
const { runContradictionCheck } = await import("./smart-capture-XBOUPHFI.js");
|
|
207
210
|
const entry = await mcpQuery("chain.getEntry", { entryId });
|
|
208
211
|
if (!entry) {
|
|
209
212
|
return {
|
|
@@ -4945,7 +4948,7 @@ async function handleCommitConstellation(args) {
|
|
|
4945
4948
|
}
|
|
4946
4949
|
let contradictionWarnings = [];
|
|
4947
4950
|
try {
|
|
4948
|
-
const { runContradictionCheck } = await import("./smart-capture-
|
|
4951
|
+
const { runContradictionCheck } = await import("./smart-capture-XBOUPHFI.js");
|
|
4949
4952
|
const descField = betData.problem ?? betData.description ?? "";
|
|
4950
4953
|
contradictionWarnings = await runContradictionCheck(
|
|
4951
4954
|
betEntry.name ?? betId,
|
|
@@ -9952,4 +9955,4 @@ export {
|
|
|
9952
9955
|
SERVER_VERSION,
|
|
9953
9956
|
createProductBrainServer
|
|
9954
9957
|
};
|
|
9955
|
-
//# sourceMappingURL=chunk-
|
|
9958
|
+
//# sourceMappingURL=chunk-ADLZPAEI.js.map
|