nexus-agents 3.13.4 → 3.13.5

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.
@@ -52,7 +52,7 @@ import {
52
52
  } from "./chunk-OQLFRJCW.js";
53
53
 
54
54
  // src/version.ts
55
- var VERSION = true ? "3.13.4" : "dev";
55
+ var VERSION = true ? "3.13.5" : "dev";
56
56
 
57
57
  // src/config/schemas-core.ts
58
58
  import { z } from "zod";
@@ -2339,7 +2339,7 @@ async function runDoctorFix(result) {
2339
2339
  writeLine2("\u2500".repeat(40));
2340
2340
  let fixCount = 0;
2341
2341
  if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
2342
- const { runSetup } = await import("./setup-command-XJHLFBD4.js");
2342
+ const { runSetup } = await import("./setup-command-X5RUUZH3.js");
2343
2343
  const setupResult = runSetup({
2344
2344
  skipMcp: true,
2345
2345
  skipRules: true,
@@ -2452,4 +2452,4 @@ export {
2452
2452
  startStdioServer,
2453
2453
  closeServer
2454
2454
  };
2455
- //# sourceMappingURL=chunk-XPXOP7AC.js.map
2455
+ //# sourceMappingURL=chunk-L5VEMKSA.js.map
@@ -8,7 +8,7 @@ import {
8
8
  checkSqlite,
9
9
  defaultConfig,
10
10
  initDataDirectories
11
- } from "./chunk-XPXOP7AC.js";
11
+ } from "./chunk-L5VEMKSA.js";
12
12
  import {
13
13
  BUILT_IN_EXPERTS
14
14
  } from "./chunk-YPNQPT2F.js";
@@ -2001,4 +2001,4 @@ export {
2001
2001
  setupCommand,
2002
2002
  setupCommandAsync
2003
2003
  };
2004
- //# sourceMappingURL=chunk-3ENIOANU.js.map
2004
+ //# sourceMappingURL=chunk-ORXPIYVN.js.map
@@ -4693,7 +4693,12 @@ function toHigherOrderMetadata(r) {
4693
4693
  usedCorrelationData: r.usedCorrelationData,
4694
4694
  improvementOverBaseline: r.improvementOverBaseline,
4695
4695
  downweightedAgents: r.downweightedAgents,
4696
- reasoning: r.reasoning
4696
+ reasoning: r.reasoning,
4697
+ // #4701: the engine's `calculateOutcome` decides, and it aggregates simple.
4698
+ // Hardcoded false rather than computed, because there is currently no code
4699
+ // path where this result reaches the verdict — a computed `false` would
4700
+ // imply one exists.
4701
+ appliedToDecision: false
4697
4702
  };
4698
4703
  }
4699
4704
 
@@ -6756,4 +6761,4 @@ export {
6756
6761
  CONSENSUS_VOTE_TOOL_SCHEMA,
6757
6762
  registerConsensusVoteTool
6758
6763
  };
6759
- //# sourceMappingURL=chunk-4QJWK6DY.js.map
6764
+ //# sourceMappingURL=chunk-SBNZGQ6A.js.map