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.
- package/dist/{chunk-XPXOP7AC.js → chunk-L5VEMKSA.js} +3 -3
- package/dist/{chunk-3ENIOANU.js → chunk-ORXPIYVN.js} +2 -2
- package/dist/{chunk-4QJWK6DY.js → chunk-SBNZGQ6A.js} +7 -2
- package/dist/{chunk-4QJWK6DY.js.map → chunk-SBNZGQ6A.js.map} +1 -1
- package/dist/{chunk-IPHDQZR2.js → chunk-WXHO4ARH.js} +4 -4
- package/dist/{chunk-IPHDQZR2.js.map → chunk-WXHO4ARH.js.map} +1 -1
- package/dist/cli.d.ts +1 -1
- package/dist/cli.js +4 -4
- package/dist/{consensus-vote-KO3YN346.js → consensus-vote-5NXL324U.js} +2 -2
- package/dist/{consensus-vote-types-b-KD-0g_.d.ts → consensus-vote-types-DjPVrCIO.d.ts} +31 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -4
- package/dist/{setup-command-XJHLFBD4.js → setup-command-X5RUUZH3.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-XPXOP7AC.js.map → chunk-L5VEMKSA.js.map} +0 -0
- /package/dist/{chunk-3ENIOANU.js.map → chunk-ORXPIYVN.js.map} +0 -0
- /package/dist/{consensus-vote-KO3YN346.js.map → consensus-vote-5NXL324U.js.map} +0 -0
- /package/dist/{setup-command-XJHLFBD4.js.map → setup-command-X5RUUZH3.js.map} +0 -0
|
@@ -52,7 +52,7 @@ import {
|
|
|
52
52
|
} from "./chunk-OQLFRJCW.js";
|
|
53
53
|
|
|
54
54
|
// src/version.ts
|
|
55
|
-
var VERSION = true ? "3.13.
|
|
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-
|
|
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-
|
|
2455
|
+
//# sourceMappingURL=chunk-L5VEMKSA.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
6764
|
+
//# sourceMappingURL=chunk-SBNZGQ6A.js.map
|