nexus-agents 2.98.0 → 2.99.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.
@@ -6,10 +6,10 @@ import {
6
6
  executeVoting,
7
7
  registerConsensusVoteTool,
8
8
  resetCorrelationTracker
9
- } from "./chunk-RCKLAJ2H.js";
9
+ } from "./chunk-AN3IGMJT.js";
10
10
  import "./chunk-BO6QUVXI.js";
11
11
  import "./chunk-J76KHBF3.js";
12
- import "./chunk-G4A7SSML.js";
12
+ import "./chunk-JFFI54DW.js";
13
13
  import "./chunk-ZOBDTJNG.js";
14
14
  import "./chunk-CJODZY4U.js";
15
15
  import "./chunk-XO25FS24.js";
@@ -31,4 +31,4 @@ export {
31
31
  registerConsensusVoteTool,
32
32
  resetCorrelationTracker
33
33
  };
34
- //# sourceMappingURL=consensus-vote-Z3BWJLRE.js.map
34
+ //# sourceMappingURL=consensus-vote-5D7FNWYM.js.map
@@ -8,8 +8,8 @@ import {
8
8
  loadSelfEvalSignals,
9
9
  registerImprovementReviewTool,
10
10
  runImprovementReview
11
- } from "./chunk-MKFLI5DK.js";
12
- import "./chunk-G4A7SSML.js";
11
+ } from "./chunk-YREYQSYA.js";
12
+ import "./chunk-JFFI54DW.js";
13
13
  import "./chunk-M774MKHE.js";
14
14
  import "./chunk-CH7QIDHQ.js";
15
15
  import "./chunk-PR4QN5HX.js";
@@ -24,4 +24,4 @@ export {
24
24
  registerImprovementReviewTool,
25
25
  runImprovementReview
26
26
  };
27
- //# sourceMappingURL=improvement-review-Q4LBTVQP.js.map
27
+ //# sourceMappingURL=improvement-review-IWV2BMR7.js.map
package/dist/index.js CHANGED
@@ -509,7 +509,7 @@ import {
509
509
  validateWorkflow,
510
510
  validateWorkflowDependencies,
511
511
  withLogging
512
- } from "./chunk-DE3J2HYT.js";
512
+ } from "./chunk-O6EXYWHP.js";
513
513
  import "./chunk-3ACDP4E6.js";
514
514
  import {
515
515
  getTokenEnvVars,
@@ -601,7 +601,7 @@ import {
601
601
  registerConsensusVoteTool,
602
602
  withModelNotFoundFallback,
603
603
  wrapResilientWithFallback
604
- } from "./chunk-RCKLAJ2H.js";
604
+ } from "./chunk-AN3IGMJT.js";
605
605
  import {
606
606
  AdapterModelError,
607
607
  BaseAdapter,
@@ -681,7 +681,7 @@ import {
681
681
  reconcileTrustTier,
682
682
  sanitizeInput
683
683
  } from "./chunk-VD4TXDMR.js";
684
- import "./chunk-MKFLI5DK.js";
684
+ import "./chunk-YREYQSYA.js";
685
685
  import {
686
686
  NOOP_NOTIFIER,
687
687
  PolicyConfigSchema,
@@ -705,7 +705,7 @@ import {
705
705
  toolSuccess,
706
706
  toolSuccessStructured,
707
707
  validateToolInput
708
- } from "./chunk-G4A7SSML.js";
708
+ } from "./chunk-JFFI54DW.js";
709
709
  import {
710
710
  FALLBACK_SCANNER_DATA,
711
711
  buildPlanFromAnalysis,
@@ -744,7 +744,7 @@ import {
744
744
  getKnownNexusVarNames,
745
745
  startStdioServer,
746
746
  validateNexusEnv
747
- } from "./chunk-6ZXNMJEX.js";
747
+ } from "./chunk-VPH2M5H7.js";
748
748
  import {
749
749
  AvailabilityCache,
750
750
  filterAvailableModels,
@@ -6134,7 +6134,7 @@ function buildVotingInput(plan, config) {
6134
6134
  }
6135
6135
  async function executeSingleVote(plan, config, log) {
6136
6136
  try {
6137
- const { executeVoting } = await import("./consensus-vote-Z3BWJLRE.js");
6137
+ const { executeVoting } = await import("./consensus-vote-5D7FNWYM.js");
6138
6138
  const input = buildVotingInput(plan, config);
6139
6139
  const result = await executeVoting(input, log);
6140
6140
  return parseVotingResult(result);
@@ -8,9 +8,9 @@ import {
8
8
  runWizard,
9
9
  setupCommand,
10
10
  setupCommandAsync
11
- } from "./chunk-PK4TTHXW.js";
11
+ } from "./chunk-WHFCVKAV.js";
12
12
  import "./chunk-HFNHJZOK.js";
13
- import "./chunk-6ZXNMJEX.js";
13
+ import "./chunk-VPH2M5H7.js";
14
14
  import "./chunk-HBZUXO4Q.js";
15
15
  import "./chunk-CJODZY4U.js";
16
16
  import "./chunk-XO25FS24.js";
@@ -34,4 +34,4 @@ export {
34
34
  setupCommand,
35
35
  setupCommandAsync
36
36
  };
37
- //# sourceMappingURL=setup-command-JVJ2PNL6.js.map
37
+ //# sourceMappingURL=setup-command-PHTP43V7.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "2.98.0",
3
+ "version": "2.99.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",