nexus-agents 2.119.2 → 2.120.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.
package/dist/cli.js CHANGED
@@ -24,7 +24,7 @@ import {
24
24
  import {
25
25
  setupCommandAsync,
26
26
  verifyCommand
27
- } from "./chunk-235LYOTA.js";
27
+ } from "./chunk-H4UJ2HMY.js";
28
28
  import "./chunk-44DIHZLT.js";
29
29
  import {
30
30
  AuthHandler,
@@ -145,7 +145,7 @@ import {
145
145
  validateCommand,
146
146
  validateWorkflow,
147
147
  wrapInMarkdownFence
148
- } from "./chunk-T4D7CT6L.js";
148
+ } from "./chunk-DSHHLWFL.js";
149
149
  import "./chunk-3ACDP4E6.js";
150
150
  import {
151
151
  CATEGORY_DISPLAY_NAMES,
@@ -165,7 +165,7 @@ import {
165
165
  executeVoting,
166
166
  registerConsensusVoteTool,
167
167
  warnIfSimulatedOutsideTests
168
- } from "./chunk-EZ47OIGA.js";
168
+ } from "./chunk-VEANYNRI.js";
169
169
  import {
170
170
  synthesizeResearch
171
171
  } from "./chunk-TMTJ3OOM.js";
@@ -252,7 +252,7 @@ import {
252
252
  loadConfig,
253
253
  runDoctor,
254
254
  validateNexusEnv
255
- } from "./chunk-HWQHXB3L.js";
255
+ } from "./chunk-ODGT3XLG.js";
256
256
  import "./chunk-NUBSJGQZ.js";
257
257
  import {
258
258
  capitalize,
@@ -6,7 +6,7 @@ import {
6
6
  executeVoting,
7
7
  registerConsensusVoteTool,
8
8
  resetCorrelationTracker
9
- } from "./chunk-EZ47OIGA.js";
9
+ } from "./chunk-VEANYNRI.js";
10
10
  import "./chunk-22IIWHB7.js";
11
11
  import "./chunk-LOYYLIDC.js";
12
12
  import "./chunk-6T3EPABN.js";
@@ -30,4 +30,4 @@ export {
30
30
  registerConsensusVoteTool,
31
31
  resetCorrelationTracker
32
32
  };
33
- //# sourceMappingURL=consensus-vote-MW4OI6G2.js.map
33
+ //# sourceMappingURL=consensus-vote-DA5X2LVZ.js.map
package/dist/index.js CHANGED
@@ -519,7 +519,7 @@ import {
519
519
  validateWorkflow,
520
520
  validateWorkflowDependencies,
521
521
  withLogging
522
- } from "./chunk-T4D7CT6L.js";
522
+ } from "./chunk-DSHHLWFL.js";
523
523
  import "./chunk-3ACDP4E6.js";
524
524
  import "./chunk-OK6U5N5Y.js";
525
525
  import {
@@ -589,7 +589,7 @@ import {
589
589
  resetGlobalRegistry,
590
590
  withModelNotFoundFallback,
591
591
  wrapResilientWithFallback
592
- } from "./chunk-EZ47OIGA.js";
592
+ } from "./chunk-VEANYNRI.js";
593
593
  import "./chunk-TMTJ3OOM.js";
594
594
  import {
595
595
  AgentActionSchema,
@@ -726,7 +726,7 @@ import {
726
726
  getKnownNexusVarNames,
727
727
  startStdioServer,
728
728
  validateNexusEnv
729
- } from "./chunk-HWQHXB3L.js";
729
+ } from "./chunk-ODGT3XLG.js";
730
730
  import "./chunk-NUBSJGQZ.js";
731
731
  import "./chunk-6T3EPABN.js";
732
732
  import {
@@ -6085,7 +6085,7 @@ function buildVotingInput(plan, config) {
6085
6085
  }
6086
6086
  async function executeSingleVote(plan, config, log) {
6087
6087
  try {
6088
- const { executeVoting } = await import("./consensus-vote-MW4OI6G2.js");
6088
+ const { executeVoting } = await import("./consensus-vote-DA5X2LVZ.js");
6089
6089
  const input = buildVotingInput(plan, config);
6090
6090
  const result = await executeVoting(input, log);
6091
6091
  return parseVotingResult(result);
@@ -8,9 +8,9 @@ import {
8
8
  runWizard,
9
9
  setupCommand,
10
10
  setupCommandAsync
11
- } from "./chunk-235LYOTA.js";
11
+ } from "./chunk-H4UJ2HMY.js";
12
12
  import "./chunk-44DIHZLT.js";
13
- import "./chunk-HWQHXB3L.js";
13
+ import "./chunk-ODGT3XLG.js";
14
14
  import "./chunk-NUBSJGQZ.js";
15
15
  import "./chunk-6T3EPABN.js";
16
16
  import "./chunk-62ACDINW.js";
@@ -34,4 +34,4 @@ export {
34
34
  setupCommand,
35
35
  setupCommandAsync
36
36
  };
37
- //# sourceMappingURL=setup-command-UC552MKE.js.map
37
+ //# sourceMappingURL=setup-command-DHAFUDXP.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "2.119.2",
3
+ "version": "2.120.0",
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",