nexus-agents 3.4.0 → 3.4.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
@@ -18,7 +18,7 @@ import "./chunk-NNBX6YZI.js";
18
18
  import {
19
19
  setupCommandAsync,
20
20
  verifyCommand
21
- } from "./chunk-QAEBYGSP.js";
21
+ } from "./chunk-7TOJT6PG.js";
22
22
  import "./chunk-E6YS4KOL.js";
23
23
  import {
24
24
  AuthHandler,
@@ -139,7 +139,7 @@ import {
139
139
  validateCommand,
140
140
  validateWorkflow,
141
141
  wrapInMarkdownFence
142
- } from "./chunk-CFK4VK2M.js";
142
+ } from "./chunk-P7O6XZSQ.js";
143
143
  import "./chunk-ZP5QHPDX.js";
144
144
  import "./chunk-HFOQKCD2.js";
145
145
  import "./chunk-YF35FKKD.js";
@@ -166,7 +166,7 @@ import {
166
166
  loadConfig,
167
167
  runDoctor,
168
168
  validateNexusEnv
169
- } from "./chunk-FHTU4BSP.js";
169
+ } from "./chunk-EYZGU4D2.js";
170
170
  import {
171
171
  buildOpenAICompatAdapters,
172
172
  readOpenAICompatEnv
@@ -183,7 +183,7 @@ import {
183
183
  executeVoting,
184
184
  mapOutcomeToDecision,
185
185
  registerConsensusVoteTool
186
- } from "./chunk-XL6T3HTN.js";
186
+ } from "./chunk-USO4TH6J.js";
187
187
  import {
188
188
  loadUsageEvents,
189
189
  rollupByModel
@@ -1,5 +1,6 @@
1
1
  import {
2
2
  CONSENSUS_VOTE_OUTPUT_SCHEMA,
3
+ CONSENSUS_VOTE_TOOL_SCHEMA,
3
4
  ConsensusVoteInputSchema,
4
5
  VotingStrategySchema,
5
6
  createPolicyFailedResult,
@@ -9,7 +10,7 @@ import {
9
10
  resetCorrelationTracker,
10
11
  runConsensusForGoal,
11
12
  unwrapVoteOrThrow
12
- } from "./chunk-XL6T3HTN.js";
13
+ } from "./chunk-USO4TH6J.js";
13
14
  import "./chunk-YWGMDZR4.js";
14
15
  import "./chunk-2KVTXC7Y.js";
15
16
  import "./chunk-63EFLUVS.js";
@@ -34,6 +35,7 @@ import "./chunk-OQLFRJCW.js";
34
35
  import "./chunk-ZPWHCABL.js";
35
36
  export {
36
37
  CONSENSUS_VOTE_OUTPUT_SCHEMA,
38
+ CONSENSUS_VOTE_TOOL_SCHEMA,
37
39
  ConsensusVoteInputSchema,
38
40
  VotingStrategySchema,
39
41
  createPolicyFailedResult,
@@ -44,4 +46,4 @@ export {
44
46
  runConsensusForGoal,
45
47
  unwrapVoteOrThrow
46
48
  };
47
- //# sourceMappingURL=consensus-vote-EIEPPKAD.js.map
49
+ //# sourceMappingURL=consensus-vote-OOJ6OWO7.js.map
package/dist/index.js CHANGED
@@ -541,7 +541,7 @@ import {
541
541
  withLogging,
542
542
  withRetry,
543
543
  withRetryWrapper
544
- } from "./chunk-CFK4VK2M.js";
544
+ } from "./chunk-P7O6XZSQ.js";
545
545
  import {
546
546
  FALLBACK_SCANNER_DATA,
547
547
  buildPlanFromAnalysis,
@@ -575,7 +575,7 @@ import {
575
575
  getKnownNexusVarNames,
576
576
  startStdioServer,
577
577
  validateNexusEnv
578
- } from "./chunk-FHTU4BSP.js";
578
+ } from "./chunk-EYZGU4D2.js";
579
579
  import {
580
580
  OPENAI_MODELS,
581
581
  OPENAI_MODEL_ALIASES,
@@ -633,7 +633,7 @@ import {
633
633
  generateProposalId,
634
634
  parseAgentPairKey,
635
635
  registerConsensusVoteTool
636
- } from "./chunk-XL6T3HTN.js";
636
+ } from "./chunk-USO4TH6J.js";
637
637
  import "./chunk-YWGMDZR4.js";
638
638
  import "./chunk-MRSTTALY.js";
639
639
  import {
@@ -4711,7 +4711,7 @@ function buildVotingInput(plan, config) {
4711
4711
  }
4712
4712
  async function executeSingleVote(plan, config, log) {
4713
4713
  try {
4714
- const { executeVoting } = await import("./consensus-vote-EIEPPKAD.js");
4714
+ const { executeVoting } = await import("./consensus-vote-OOJ6OWO7.js");
4715
4715
  const input = buildVotingInput(plan, config);
4716
4716
  const result = await executeVoting(input, log);
4717
4717
  return parseVotingResult(result);
@@ -8,9 +8,9 @@ import {
8
8
  runWizard,
9
9
  setupCommand,
10
10
  setupCommandAsync
11
- } from "./chunk-QAEBYGSP.js";
11
+ } from "./chunk-7TOJT6PG.js";
12
12
  import "./chunk-E6YS4KOL.js";
13
- import "./chunk-FHTU4BSP.js";
13
+ import "./chunk-EYZGU4D2.js";
14
14
  import "./chunk-CYXQRAJ2.js";
15
15
  import "./chunk-YWGMDZR4.js";
16
16
  import "./chunk-NUBSJGQZ.js";
@@ -40,4 +40,4 @@ export {
40
40
  setupCommand,
41
41
  setupCommandAsync
42
42
  };
43
- //# sourceMappingURL=setup-command-CYZO22RO.js.map
43
+ //# sourceMappingURL=setup-command-VCFNUKAY.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "3.4.0",
3
+ "version": "3.4.2",
4
4
  "description": "Governance substrate for AI coding agents — adversarial PR review, drift-detected rules, tamper-evident 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",