nexus-agents 2.152.0 → 2.153.0

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.
@@ -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-EJXJNWV6.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-C6S6L5WB.js.map