nexus-agents 2.50.0 → 2.52.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.
@@ -5,7 +5,7 @@ import {
5
5
  executeVoting,
6
6
  registerConsensusVoteTool,
7
7
  resetCorrelationTracker
8
- } from "./chunk-KC3NUWZT.js";
8
+ } from "./chunk-CYTWXE7N.js";
9
9
  import "./chunk-ULDKSIS7.js";
10
10
  import "./chunk-YT52YZGW.js";
11
11
  import "./chunk-633WH2ML.js";
@@ -22,4 +22,4 @@ export {
22
22
  registerConsensusVoteTool,
23
23
  resetCorrelationTracker
24
24
  };
25
- //# sourceMappingURL=consensus-vote-N5RRFYER.js.map
25
+ //# sourceMappingURL=consensus-vote-VFTADRFB.js.map
package/dist/index.js CHANGED
@@ -658,7 +658,7 @@ import {
658
658
  validateWorkflowDependencies,
659
659
  withLogging,
660
660
  writePredictions
661
- } from "./chunk-APQJV46Q.js";
661
+ } from "./chunk-B6AFGOS5.js";
662
662
  import {
663
663
  getTokenEnvVars,
664
664
  hasToken,
@@ -781,7 +781,7 @@ import {
781
781
  validateApiKeyPresence,
782
782
  validateToolInput,
783
783
  withTimeout
784
- } from "./chunk-KC3NUWZT.js";
784
+ } from "./chunk-CYTWXE7N.js";
785
785
  import "./chunk-2TV2R2V4.js";
786
786
  import {
787
787
  AgentActionSchema,
@@ -815,7 +815,7 @@ import {
815
815
  sanitizeInput,
816
816
  validateAgentAction,
817
817
  validateCorroboration
818
- } from "./chunk-E24JT23A.js";
818
+ } from "./chunk-O6GZH7GZ.js";
819
819
  import {
820
820
  GitHubProvider,
821
821
  ScmError
@@ -853,7 +853,7 @@ import {
853
853
  connectTransport,
854
854
  createServer,
855
855
  startStdioServer
856
- } from "./chunk-NAN7IILE.js";
856
+ } from "./chunk-QGM2CANY.js";
857
857
  import "./chunk-ULDKSIS7.js";
858
858
  import {
859
859
  MemoryError
@@ -6689,7 +6689,7 @@ function buildVotingInput(plan, config) {
6689
6689
  }
6690
6690
  async function executeSingleVote(plan, config, log) {
6691
6691
  try {
6692
- const { executeVoting } = await import("./consensus-vote-N5RRFYER.js");
6692
+ const { executeVoting } = await import("./consensus-vote-VFTADRFB.js");
6693
6693
  const input = buildVotingInput(plan, config);
6694
6694
  const result = await executeVoting(input, log);
6695
6695
  return parseVotingResult(result);