nexus-agents 3.5.0 → 3.5.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-4ZVNCOZH.js";
18
18
  import {
19
19
  setupCommandAsync,
20
20
  verifyCommand
21
- } from "./chunk-NWTACWXE.js";
21
+ } from "./chunk-66QB5SML.js";
22
22
  import "./chunk-QDUZSOOU.js";
23
23
  import {
24
24
  AuthHandler,
@@ -139,10 +139,10 @@ import {
139
139
  validateCommand,
140
140
  validateWorkflow,
141
141
  wrapInMarkdownFence
142
- } from "./chunk-DDY7JDTZ.js";
142
+ } from "./chunk-W7532ZQG.js";
143
143
  import "./chunk-XKAUANYB.js";
144
144
  import "./chunk-HFOQKCD2.js";
145
- import "./chunk-YF35FKKD.js";
145
+ import "./chunk-BQTMMLQQ.js";
146
146
  import {
147
147
  CATEGORY_DISPLAY_NAMES,
148
148
  DEFAULT_PR_REVIEW_CONFIG
@@ -166,7 +166,7 @@ import {
166
166
  loadConfig,
167
167
  runDoctor,
168
168
  validateNexusEnv
169
- } from "./chunk-3EIACKNR.js";
169
+ } from "./chunk-J2FUCIPH.js";
170
170
  import {
171
171
  buildOpenAICompatAdapters,
172
172
  readOpenAICompatEnv
@@ -3,7 +3,7 @@ import {
3
3
  DEFAULT_INDEX_MAX_DEPTH,
4
4
  MAX_INDEX_MAX_DEPTH,
5
5
  findSourceFiles
6
- } from "./chunk-YF35FKKD.js";
6
+ } from "./chunk-BQTMMLQQ.js";
7
7
  import "./chunk-ZPWHCABL.js";
8
8
  export {
9
9
  CodebaseIndex,
@@ -11,4 +11,4 @@ export {
11
11
  MAX_INDEX_MAX_DEPTH,
12
12
  findSourceFiles
13
13
  };
14
- //# sourceMappingURL=codebase-search-LUF5YJLQ.js.map
14
+ //# sourceMappingURL=codebase-search-AATGEN2H.js.map
package/dist/index.js CHANGED
@@ -541,7 +541,7 @@ import {
541
541
  withLogging,
542
542
  withRetry,
543
543
  withRetryWrapper
544
- } from "./chunk-DDY7JDTZ.js";
544
+ } from "./chunk-W7532ZQG.js";
545
545
  import {
546
546
  FALLBACK_SCANNER_DATA,
547
547
  buildPlanFromAnalysis,
@@ -555,7 +555,7 @@ import {
555
555
  analyzeRepo,
556
556
  normalizeRepoId
557
557
  } from "./chunk-HFOQKCD2.js";
558
- import "./chunk-YF35FKKD.js";
558
+ import "./chunk-BQTMMLQQ.js";
559
559
  import "./chunk-CQ77TF4Y.js";
560
560
  import {
561
561
  AppConfigSchema,
@@ -575,7 +575,7 @@ import {
575
575
  getKnownNexusVarNames,
576
576
  startStdioServer,
577
577
  validateNexusEnv
578
- } from "./chunk-3EIACKNR.js";
578
+ } from "./chunk-J2FUCIPH.js";
579
579
  import {
580
580
  OPENAI_MODELS,
581
581
  OPENAI_MODEL_ALIASES,
@@ -8,9 +8,9 @@ import {
8
8
  runWizard,
9
9
  setupCommand,
10
10
  setupCommandAsync
11
- } from "./chunk-NWTACWXE.js";
11
+ } from "./chunk-66QB5SML.js";
12
12
  import "./chunk-QDUZSOOU.js";
13
- import "./chunk-3EIACKNR.js";
13
+ import "./chunk-J2FUCIPH.js";
14
14
  import "./chunk-XOWOOBY7.js";
15
15
  import "./chunk-HPAYIX7E.js";
16
16
  import "./chunk-NUBSJGQZ.js";
@@ -40,4 +40,4 @@ export {
40
40
  setupCommand,
41
41
  setupCommandAsync
42
42
  };
43
- //# sourceMappingURL=setup-command-ISVGN73J.js.map
43
+ //# sourceMappingURL=setup-command-DOPNW32N.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "3.5.0",
3
+ "version": "3.5.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",