nexus-agents 3.4.1 → 3.4.2

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.
@@ -8,7 +8,7 @@ import {
8
8
  checkSqlite,
9
9
  defaultConfig,
10
10
  initDataDirectories
11
- } from "./chunk-JRRSJRQF.js";
11
+ } from "./chunk-EYZGU4D2.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-LTFBVNXT.js.map
2004
+ //# sourceMappingURL=chunk-7TOJT6PG.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.1" : "dev";
52
+ var VERSION = true ? "3.4.2" : "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-7LYXD4ZV.js");
2256
+ const { runSetup } = await import("./setup-command-VCFNUKAY.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-JRRSJRQF.js.map
2369
+ //# sourceMappingURL=chunk-EYZGU4D2.js.map
@@ -21,7 +21,7 @@ import {
21
21
  DEFAULT_TASK_TTL_MS,
22
22
  DEFAULT_TOOL_RATE_LIMITS,
23
23
  clampTaskTtl
24
- } from "./chunk-JRRSJRQF.js";
24
+ } from "./chunk-EYZGU4D2.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-6BS3LEK2.js";
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-74ZUX4ZX.js");
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-7AMEWQNT.js.map
54169
+ //# sourceMappingURL=chunk-P7O6XZSQ.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-6BS3LEK2.js.map
6741
+ //# sourceMappingURL=chunk-USO4TH6J.js.map