nexus-agents 2.129.0 → 2.129.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.
package/dist/cli.js CHANGED
@@ -24,7 +24,7 @@ import {
24
24
  import {
25
25
  setupCommandAsync,
26
26
  verifyCommand
27
- } from "./chunk-PYZSIFZQ.js";
27
+ } from "./chunk-MXEUDSWT.js";
28
28
  import "./chunk-V2E74WBI.js";
29
29
  import {
30
30
  AuthHandler,
@@ -144,7 +144,7 @@ import {
144
144
  validateCommand,
145
145
  validateWorkflow,
146
146
  wrapInMarkdownFence
147
- } from "./chunk-O3COR3G2.js";
147
+ } from "./chunk-SDLDZL4K.js";
148
148
  import "./chunk-GO7JE2MA.js";
149
149
  import "./chunk-3ACDP4E6.js";
150
150
  import {
@@ -164,7 +164,7 @@ import {
164
164
  VoteThresholdSchema,
165
165
  executeVoting,
166
166
  registerConsensusVoteTool
167
- } from "./chunk-6CDAMT2O.js";
167
+ } from "./chunk-HMOPW3XC.js";
168
168
  import {
169
169
  synthesizeResearch
170
170
  } from "./chunk-ZJPKYTH5.js";
@@ -252,7 +252,7 @@ import {
252
252
  loadConfig,
253
253
  runDoctor,
254
254
  validateNexusEnv
255
- } from "./chunk-ECGYBJQ3.js";
255
+ } from "./chunk-6RXP55DL.js";
256
256
  import "./chunk-NUBSJGQZ.js";
257
257
  import {
258
258
  capitalize,
@@ -7,7 +7,7 @@ import {
7
7
  registerConsensusVoteTool,
8
8
  resetCorrelationTracker,
9
9
  runConsensusForGoal
10
- } from "./chunk-6CDAMT2O.js";
10
+ } from "./chunk-HMOPW3XC.js";
11
11
  import "./chunk-BKZ5YD66.js";
12
12
  import "./chunk-JQHZS7GU.js";
13
13
  import "./chunk-QJ52FRQX.js";
@@ -33,4 +33,4 @@ export {
33
33
  resetCorrelationTracker,
34
34
  runConsensusForGoal
35
35
  };
36
- //# sourceMappingURL=consensus-vote-RT3DJYEI.js.map
36
+ //# sourceMappingURL=consensus-vote-3EMLBZ25.js.map
package/dist/index.js CHANGED
@@ -520,7 +520,7 @@ import {
520
520
  validateWorkflow,
521
521
  validateWorkflowDependencies,
522
522
  withLogging
523
- } from "./chunk-O3COR3G2.js";
523
+ } from "./chunk-SDLDZL4K.js";
524
524
  import {
525
525
  FALLBACK_SCANNER_DATA,
526
526
  buildPlanFromAnalysis,
@@ -592,7 +592,7 @@ import {
592
592
  generateProposalId,
593
593
  parseAgentPairKey,
594
594
  registerConsensusVoteTool
595
- } from "./chunk-6CDAMT2O.js";
595
+ } from "./chunk-HMOPW3XC.js";
596
596
  import "./chunk-ZJPKYTH5.js";
597
597
  import {
598
598
  AgentActionSchema,
@@ -722,7 +722,7 @@ import {
722
722
  getKnownNexusVarNames,
723
723
  startStdioServer,
724
724
  validateNexusEnv
725
- } from "./chunk-ECGYBJQ3.js";
725
+ } from "./chunk-6RXP55DL.js";
726
726
  import "./chunk-NUBSJGQZ.js";
727
727
  import "./chunk-6T3EPABN.js";
728
728
  import {
@@ -5950,7 +5950,7 @@ function buildVotingInput(plan, config) {
5950
5950
  }
5951
5951
  async function executeSingleVote(plan, config, log) {
5952
5952
  try {
5953
- const { executeVoting } = await import("./consensus-vote-RT3DJYEI.js");
5953
+ const { executeVoting } = await import("./consensus-vote-3EMLBZ25.js");
5954
5954
  const input = buildVotingInput(plan, config);
5955
5955
  const result = await executeVoting(input, log);
5956
5956
  return parseVotingResult(result);
@@ -8,9 +8,9 @@ import {
8
8
  runWizard,
9
9
  setupCommand,
10
10
  setupCommandAsync
11
- } from "./chunk-PYZSIFZQ.js";
11
+ } from "./chunk-MXEUDSWT.js";
12
12
  import "./chunk-V2E74WBI.js";
13
- import "./chunk-ECGYBJQ3.js";
13
+ import "./chunk-6RXP55DL.js";
14
14
  import "./chunk-NUBSJGQZ.js";
15
15
  import "./chunk-6T3EPABN.js";
16
16
  import "./chunk-ZM4O442V.js";
@@ -34,4 +34,4 @@ export {
34
34
  setupCommand,
35
35
  setupCommandAsync
36
36
  };
37
- //# sourceMappingURL=setup-command-55WGRQR7.js.map
37
+ //# sourceMappingURL=setup-command-Q4RVDZOO.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "2.129.0",
3
+ "version": "2.129.2",
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",