nexus-agents 2.123.2 → 2.123.4

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.
@@ -32,7 +32,7 @@ import {
32
32
  writeJobComplete,
33
33
  writeJobFailed,
34
34
  writeJobPending
35
- } from "./chunk-SHGWPSEJ.js";
35
+ } from "./chunk-NPRLDYPV.js";
36
36
  import {
37
37
  normalizeTopicToCanonical,
38
38
  synthesizeResearch
@@ -123,7 +123,7 @@ import {
123
123
  DEFAULT_TASK_TTL_MS,
124
124
  DEFAULT_TOOL_RATE_LIMITS,
125
125
  clampTaskTtl
126
- } from "./chunk-GNTB4CSR.js";
126
+ } from "./chunk-HZDENKIO.js";
127
127
  import {
128
128
  resolveInsideRoot
129
129
  } from "./chunk-NUBSJGQZ.js";
@@ -42760,7 +42760,7 @@ ${contextBlock}`;
42760
42760
  const strategy = config.votingStrategy ?? "higher_order";
42761
42761
  await postProgress(config, "Vote", `Running consensus with ${strategy} strategy...`);
42762
42762
  try {
42763
- const { executeVoting } = await import("./consensus-vote-YYSDHHSQ.js");
42763
+ const { executeVoting } = await import("./consensus-vote-Y6LJI44O.js");
42764
42764
  const votingResult = await executeVoting(
42765
42765
  {
42766
42766
  proposal: buildVoteProposal(plan, research),
@@ -49768,4 +49768,4 @@ export {
49768
49768
  shutdownFeedbackSubscriber,
49769
49769
  createEventBusBridge
49770
49770
  };
49771
- //# sourceMappingURL=chunk-GIQ7SYFV.js.map
49771
+ //# sourceMappingURL=chunk-VTZ6YBNG.js.map
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-WGBFeT7y.js';
2
+ import { C as CliNameLiteral, e as VoteThreshold, E as ErrorPolicy } from './consensus-vote-types-DdruG9-X.js';
3
3
  import 'zod';
4
4
 
5
5
  /**
package/dist/cli.js CHANGED
@@ -24,7 +24,7 @@ import {
24
24
  import {
25
25
  setupCommandAsync,
26
26
  verifyCommand
27
- } from "./chunk-FTZXJXCO.js";
27
+ } from "./chunk-I4HSPTRB.js";
28
28
  import "./chunk-PBMXKQCK.js";
29
29
  import {
30
30
  AuthHandler,
@@ -144,7 +144,7 @@ import {
144
144
  validateCommand,
145
145
  validateWorkflow,
146
146
  wrapInMarkdownFence
147
- } from "./chunk-GIQ7SYFV.js";
147
+ } from "./chunk-VTZ6YBNG.js";
148
148
  import "./chunk-3ACDP4E6.js";
149
149
  import {
150
150
  CATEGORY_DISPLAY_NAMES,
@@ -163,7 +163,7 @@ import {
163
163
  createUnifiedRegistry,
164
164
  executeVoting,
165
165
  registerConsensusVoteTool
166
- } from "./chunk-SHGWPSEJ.js";
166
+ } from "./chunk-NPRLDYPV.js";
167
167
  import {
168
168
  synthesizeResearch
169
169
  } from "./chunk-T6MGSAKE.js";
@@ -243,7 +243,7 @@ import {
243
243
  loadConfig,
244
244
  runDoctor,
245
245
  validateNexusEnv
246
- } from "./chunk-GNTB4CSR.js";
246
+ } from "./chunk-HZDENKIO.js";
247
247
  import "./chunk-NUBSJGQZ.js";
248
248
  import {
249
249
  capitalize,
@@ -7,7 +7,7 @@ import {
7
7
  registerConsensusVoteTool,
8
8
  resetCorrelationTracker,
9
9
  runConsensusForGoal
10
- } from "./chunk-SHGWPSEJ.js";
10
+ } from "./chunk-NPRLDYPV.js";
11
11
  import "./chunk-QD2C3CBD.js";
12
12
  import "./chunk-G5XWMI32.js";
13
13
  import "./chunk-6T3EPABN.js";
@@ -32,4 +32,4 @@ export {
32
32
  resetCorrelationTracker,
33
33
  runConsensusForGoal
34
34
  };
35
- //# sourceMappingURL=consensus-vote-YYSDHHSQ.js.map
35
+ //# sourceMappingURL=consensus-vote-Y6LJI44O.js.map
@@ -201,6 +201,13 @@ interface ConsensusVoteResponse {
201
201
  * `fail_closed: 1 voter(s) errored`. Absent on normally-tallied votes.
202
202
  */
203
203
  policyReason?: string;
204
+ /**
205
+ * Set when the panel was DEGRADED (#3587): some voters errored, so the
206
+ * decision rests on fewer than the requested number of voters. Surfaces a
207
+ * silently-shrunk panel so the result isn't read as a full-strength consensus.
208
+ * Absent when every requested voter returned a real vote.
209
+ */
210
+ panelWarning?: string;
204
211
  }
205
212
 
206
213
  export { type AgentVoteSummary as A, type CliNameLiteral as C, type ErrorPolicy as E, type InputModality as I, type ModelId as M, type OutputModality as O, type Pricing as P, type QualityScores as Q, type SpecialFeature as S, type ToolCapability as T, type VotingStrategy as V, type ConsensusVoteInput as a, ConsensusVoteInputSchema as b, type ConsensusVoteResponse as c, type VoteDecisionStatus as d, type VoteThreshold as e };
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { ZodError, z, ZodType, ZodSafeParseResult } from 'zod';
2
- import { C as CliNameLiteral, I as InputModality, O as OutputModality, T as ToolCapability, S as SpecialFeature, P as Pricing, Q as QualityScores, M as ModelId, V as VotingStrategy } from './consensus-vote-types-WGBFeT7y.js';
3
- export { A as AgentVoteSummary, a as ConsensusVoteInput, b as ConsensusVoteInputSchema, c as ConsensusVoteResponse, d as VoteDecisionStatus } from './consensus-vote-types-WGBFeT7y.js';
2
+ import { C as CliNameLiteral, I as InputModality, O as OutputModality, T as ToolCapability, S as SpecialFeature, P as Pricing, Q as QualityScores, M as ModelId, V as VotingStrategy } from './consensus-vote-types-DdruG9-X.js';
3
+ export { A as AgentVoteSummary, a as ConsensusVoteInput, b as ConsensusVoteInputSchema, c as ConsensusVoteResponse, d as VoteDecisionStatus } from './consensus-vote-types-DdruG9-X.js';
4
4
  import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
5
5
  import { Transport } from '@modelcontextprotocol/sdk/shared/transport.js';
6
6
 
package/dist/index.js CHANGED
@@ -519,7 +519,7 @@ import {
519
519
  validateWorkflow,
520
520
  validateWorkflowDependencies,
521
521
  withLogging
522
- } from "./chunk-GIQ7SYFV.js";
522
+ } from "./chunk-VTZ6YBNG.js";
523
523
  import "./chunk-3ACDP4E6.js";
524
524
  import "./chunk-WAYGXUSM.js";
525
525
  import {
@@ -589,7 +589,7 @@ import {
589
589
  resetGlobalRegistry,
590
590
  withModelNotFoundFallback,
591
591
  wrapResilientWithFallback
592
- } from "./chunk-SHGWPSEJ.js";
592
+ } from "./chunk-NPRLDYPV.js";
593
593
  import "./chunk-T6MGSAKE.js";
594
594
  import {
595
595
  AgentActionSchema,
@@ -726,7 +726,7 @@ import {
726
726
  getKnownNexusVarNames,
727
727
  startStdioServer,
728
728
  validateNexusEnv
729
- } from "./chunk-GNTB4CSR.js";
729
+ } from "./chunk-HZDENKIO.js";
730
730
  import "./chunk-NUBSJGQZ.js";
731
731
  import "./chunk-6T3EPABN.js";
732
732
  import {
@@ -6082,7 +6082,7 @@ function buildVotingInput(plan, config) {
6082
6082
  }
6083
6083
  async function executeSingleVote(plan, config, log) {
6084
6084
  try {
6085
- const { executeVoting } = await import("./consensus-vote-YYSDHHSQ.js");
6085
+ const { executeVoting } = await import("./consensus-vote-Y6LJI44O.js");
6086
6086
  const input = buildVotingInput(plan, config);
6087
6087
  const result = await executeVoting(input, log);
6088
6088
  return parseVotingResult(result);
@@ -8,9 +8,9 @@ import {
8
8
  runWizard,
9
9
  setupCommand,
10
10
  setupCommandAsync
11
- } from "./chunk-FTZXJXCO.js";
11
+ } from "./chunk-I4HSPTRB.js";
12
12
  import "./chunk-PBMXKQCK.js";
13
- import "./chunk-GNTB4CSR.js";
13
+ import "./chunk-HZDENKIO.js";
14
14
  import "./chunk-NUBSJGQZ.js";
15
15
  import "./chunk-6T3EPABN.js";
16
16
  import "./chunk-TSAEDXVB.js";
@@ -34,4 +34,4 @@ export {
34
34
  setupCommand,
35
35
  setupCommandAsync
36
36
  };
37
- //# sourceMappingURL=setup-command-U7XINKI2.js.map
37
+ //# sourceMappingURL=setup-command-DDDSYC4T.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "2.123.2",
3
+ "version": "2.123.4",
4
4
  "description": "Governance substrate for AI coding agents — adversarial PR review, drift-detected rules, immutable audit, and closed-loop outcome routing for Claude, Codex, Gemini, and OpenCode",
5
5
  "mcpName": "io.github.nexus-substrate/nexus-agents",
6
6
  "license": "MIT",