nexus-agents 2.150.4 → 2.151.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.
package/dist/cli.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { C as CliNameLiteral, e as VoteThreshold, E as ErrorPolicy } from './consensus-vote-types-DotaODdb.js';
2
+ import { C as CliNameLiteral, e as VoteThreshold, E as ErrorPolicy } from './consensus-vote-types-DOCnPzfx.js';
3
3
  import 'zod';
4
4
 
5
5
  /**
package/dist/cli.js CHANGED
@@ -22,7 +22,7 @@ import "./chunk-M4YN3U3P.js";
22
22
  import {
23
23
  setupCommandAsync,
24
24
  verifyCommand
25
- } from "./chunk-4ELTYI33.js";
25
+ } from "./chunk-QL4Q3HUO.js";
26
26
  import "./chunk-CD7FU55Z.js";
27
27
  import {
28
28
  AuthHandler,
@@ -142,7 +142,7 @@ import {
142
142
  validateCommand,
143
143
  validateWorkflow,
144
144
  wrapInMarkdownFence
145
- } from "./chunk-GTG2XFAS.js";
145
+ } from "./chunk-IR7FP4SS.js";
146
146
  import "./chunk-CMAQI2SJ.js";
147
147
  import "./chunk-T2SGTVB4.js";
148
148
  import "./chunk-HFOQKCD2.js";
@@ -170,7 +170,7 @@ import {
170
170
  loadConfig,
171
171
  runDoctor,
172
172
  validateNexusEnv
173
- } from "./chunk-UIUTDHRX.js";
173
+ } from "./chunk-SJFARLAQ.js";
174
174
  import "./chunk-GMQH2I4P.js";
175
175
  import {
176
176
  shutdownExpertBridge
@@ -183,7 +183,7 @@ import {
183
183
  VoteThresholdSchema,
184
184
  executeVoting,
185
185
  registerConsensusVoteTool
186
- } from "./chunk-CB234Y3O.js";
186
+ } from "./chunk-UIL37D2V.js";
187
187
  import {
188
188
  loadUsageEvents,
189
189
  rollupByModel
@@ -20450,7 +20450,7 @@ var VOTE_HELP = {
20450
20450
  { flag: "--timeout=<seconds>", description: "Timeout per vote in seconds", defaultValue: "90" },
20451
20451
  {
20452
20452
  flag: "--error-policy <p>",
20453
- description: "How to count errored/timed-out voters: reduce_denominator | count_as_abstain | fail_closed (default: fail_closed for unanimous, reduce_denominator otherwise)"
20453
+ description: "How to count errored/timed-out voters: reduce_denominator | count_as_abstain | fail_closed | absolute_quorum (#4132 \u2014 an errored voter degrades the verdict to no_quorum) (default: fail_closed for unanimous, reduce_denominator otherwise)"
20454
20454
  },
20455
20455
  { flag: "--verbose", description: "Show vote verification hashes" }
20456
20456
  ],