@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.
@@ -25,7 +25,7 @@ import {
25
25
  startAgentSession,
26
26
  trackWriteTool,
27
27
  translateStaleToolNames
28
- } from "./chunk-E6ZTRA6N.js";
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-3BWER4RY.js");
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-3BWER4RY.js");
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-FKOP3WC7.js.map
9958
+ //# sourceMappingURL=chunk-ADLZPAEI.js.map