nexus-agents 2.152.0 → 2.152.1

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.
@@ -42,7 +42,7 @@ import {
42
42
  } from "./chunk-DHVMSIT5.js";
43
43
 
44
44
  // src/version.ts
45
- var VERSION = true ? "2.152.0" : "dev";
45
+ var VERSION = true ? "2.152.1" : "dev";
46
46
 
47
47
  // src/config/schemas-core.ts
48
48
  import { z } from "zod";
@@ -2132,7 +2132,7 @@ async function runDoctorFix(result) {
2132
2132
  writeLine2("\u2500".repeat(40));
2133
2133
  let fixCount = 0;
2134
2134
  if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
2135
- const { runSetup } = await import("./setup-command-EQ6XG2QV.js");
2135
+ const { runSetup } = await import("./setup-command-FMQRL3YR.js");
2136
2136
  const setupResult = runSetup({
2137
2137
  skipMcp: true,
2138
2138
  skipRules: true,
@@ -2245,4 +2245,4 @@ export {
2245
2245
  startStdioServer,
2246
2246
  closeServer
2247
2247
  };
2248
- //# sourceMappingURL=chunk-GKZ3GPB3.js.map
2248
+ //# sourceMappingURL=chunk-FQEYEH7X.js.map
@@ -18,7 +18,7 @@ import {
18
18
  DEFAULT_TASK_TTL_MS,
19
19
  DEFAULT_TOOL_RATE_LIMITS,
20
20
  clampTaskTtl
21
- } from "./chunk-GKZ3GPB3.js";
21
+ } from "./chunk-FQEYEH7X.js";
22
22
  import {
23
23
  executeExpert
24
24
  } from "./chunk-JYHSZDKL.js";
@@ -43502,8 +43502,16 @@ ${contextBlock}`;
43502
43502
  success: false,
43503
43503
  durationMs: getTimeProvider().now() - start
43504
43504
  });
43505
- await postProgress(config, "Vote", `Error (auto-approved): ${msg.slice(0, 200)}`);
43506
- return { kind: "approved", approvalPercentage: 0 };
43505
+ await postProgress(
43506
+ config,
43507
+ "Vote",
43508
+ `Error (failing closed \u2014 no quorum): ${msg.slice(0, 200)}`
43509
+ );
43510
+ return {
43511
+ kind: "no_quorum",
43512
+ reason: `vote stage errored \u2014 failing closed: ${msg.slice(0, 160)}`,
43513
+ approvalPercentage: 0
43514
+ };
43507
43515
  }
43508
43516
  },
43509
43517
  decompose: async (plan) => {
@@ -51288,4 +51296,4 @@ export {
51288
51296
  shutdownFeedbackSubscriber,
51289
51297
  createEventBusBridge
51290
51298
  };
51291
- //# sourceMappingURL=chunk-4RJB246Z.js.map
51299
+ //# sourceMappingURL=chunk-KZUJBQYH.js.map