nexus-agents 3.4.1 → 3.4.3
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-7AMEWQNT.js → chunk-IN6A33UQ.js} +4 -4
- package/dist/{chunk-LTFBVNXT.js → chunk-SR7GP5TD.js} +2 -2
- package/dist/{chunk-JRRSJRQF.js → chunk-T44GQ4PU.js} +3 -3
- package/dist/{chunk-6BS3LEK2.js → chunk-USO4TH6J.js} +2 -1
- package/dist/{chunk-6BS3LEK2.js.map → chunk-USO4TH6J.js.map} +1 -1
- package/dist/cli.js +4 -4
- package/dist/{consensus-vote-74ZUX4ZX.js → consensus-vote-OOJ6OWO7.js} +2 -2
- package/dist/index.js +4 -4
- package/dist/{setup-command-7LYXD4ZV.js → setup-command-C4EX3D26.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-7AMEWQNT.js.map → chunk-IN6A33UQ.js.map} +0 -0
- /package/dist/{chunk-LTFBVNXT.js.map → chunk-SR7GP5TD.js.map} +0 -0
- /package/dist/{chunk-JRRSJRQF.js.map → chunk-T44GQ4PU.js.map} +0 -0
- /package/dist/{consensus-vote-74ZUX4ZX.js.map → consensus-vote-OOJ6OWO7.js.map} +0 -0
- /package/dist/{setup-command-7LYXD4ZV.js.map → setup-command-C4EX3D26.js.map} +0 -0
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
DEFAULT_TASK_TTL_MS,
|
|
22
22
|
DEFAULT_TOOL_RATE_LIMITS,
|
|
23
23
|
clampTaskTtl
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-T44GQ4PU.js";
|
|
25
25
|
import {
|
|
26
26
|
executeExpert
|
|
27
27
|
} from "./chunk-H3B6BSBZ.js";
|
|
@@ -45,7 +45,7 @@ import {
|
|
|
45
45
|
simulationDeniedResult,
|
|
46
46
|
toJobSummary,
|
|
47
47
|
writeJobCancelled
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-USO4TH6J.js";
|
|
49
49
|
import {
|
|
50
50
|
normalizeTopicToCanonical,
|
|
51
51
|
synthesizeResearch
|
|
@@ -45787,7 +45787,7 @@ ${contextBlock}`;
|
|
|
45787
45787
|
const strategy = config.votingStrategy ?? "higher_order";
|
|
45788
45788
|
await postProgress(config, "Vote", `Running consensus with ${strategy} strategy...`);
|
|
45789
45789
|
try {
|
|
45790
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
45790
|
+
const { executeVoting } = await import("./consensus-vote-OOJ6OWO7.js");
|
|
45791
45791
|
const votingResult = await executeVoting(
|
|
45792
45792
|
{
|
|
45793
45793
|
proposal: buildVoteProposal(plan, research),
|
|
@@ -54166,4 +54166,4 @@ export {
|
|
|
54166
54166
|
shutdownFeedbackSubscriber,
|
|
54167
54167
|
createEventBusBridge
|
|
54168
54168
|
};
|
|
54169
|
-
//# sourceMappingURL=chunk-
|
|
54169
|
+
//# sourceMappingURL=chunk-IN6A33UQ.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-T44GQ4PU.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-SR7GP5TD.js.map
|
|
@@ -49,7 +49,7 @@ import {
|
|
|
49
49
|
} from "./chunk-OQLFRJCW.js";
|
|
50
50
|
|
|
51
51
|
// src/version.ts
|
|
52
|
-
var VERSION = true ? "3.4.
|
|
52
|
+
var VERSION = true ? "3.4.3" : "dev";
|
|
53
53
|
|
|
54
54
|
// src/config/schemas-core.ts
|
|
55
55
|
import { z } from "zod";
|
|
@@ -2253,7 +2253,7 @@ async function runDoctorFix(result) {
|
|
|
2253
2253
|
writeLine2("\u2500".repeat(40));
|
|
2254
2254
|
let fixCount = 0;
|
|
2255
2255
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2256
|
-
const { runSetup } = await import("./setup-command-
|
|
2256
|
+
const { runSetup } = await import("./setup-command-C4EX3D26.js");
|
|
2257
2257
|
const setupResult = runSetup({
|
|
2258
2258
|
skipMcp: true,
|
|
2259
2259
|
skipRules: true,
|
|
@@ -2366,4 +2366,4 @@ export {
|
|
|
2366
2366
|
startStdioServer,
|
|
2367
2367
|
closeServer
|
|
2368
2368
|
};
|
|
2369
|
-
//# sourceMappingURL=chunk-
|
|
2369
|
+
//# sourceMappingURL=chunk-T44GQ4PU.js.map
|
|
@@ -4943,6 +4943,7 @@ function coverageOf(votes) {
|
|
|
4943
4943
|
function tallySelectedOptions(votes) {
|
|
4944
4944
|
const counts = /* @__PURE__ */ new Map();
|
|
4945
4945
|
for (const v of votes) {
|
|
4946
|
+
if (v.vote.decision !== "approve") continue;
|
|
4946
4947
|
if (v.selectedOption === void 0) continue;
|
|
4947
4948
|
counts.set(v.selectedOption, (counts.get(v.selectedOption) ?? 0) + 1);
|
|
4948
4949
|
}
|
|
@@ -6737,4 +6738,4 @@ export {
|
|
|
6737
6738
|
CONSENSUS_VOTE_TOOL_SCHEMA,
|
|
6738
6739
|
registerConsensusVoteTool
|
|
6739
6740
|
};
|
|
6740
|
-
//# sourceMappingURL=chunk-
|
|
6741
|
+
//# sourceMappingURL=chunk-USO4TH6J.js.map
|