nexus-agents 3.9.2 → 3.9.3

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.
@@ -22,7 +22,7 @@ import {
22
22
  DEFAULT_TASK_TTL_MS,
23
23
  DEFAULT_TOOL_RATE_LIMITS,
24
24
  clampTaskTtl
25
- } from "./chunk-CQAO35WX.js";
25
+ } from "./chunk-U62XLYIK.js";
26
26
  import {
27
27
  executeExpert
28
28
  } from "./chunk-EGUKCGGM.js";
@@ -54406,4 +54406,4 @@ export {
54406
54406
  shutdownFeedbackSubscriber,
54407
54407
  createEventBusBridge
54408
54408
  };
54409
- //# sourceMappingURL=chunk-ZGAML4CX.js.map
54409
+ //# sourceMappingURL=chunk-EDM4A2NG.js.map
@@ -8,7 +8,7 @@ import {
8
8
  checkSqlite,
9
9
  defaultConfig,
10
10
  initDataDirectories
11
- } from "./chunk-CQAO35WX.js";
11
+ } from "./chunk-U62XLYIK.js";
12
12
  import {
13
13
  BUILT_IN_EXPERTS
14
14
  } from "./chunk-YPNQPT2F.js";
@@ -2001,4 +2001,4 @@ export {
2001
2001
  setupCommand,
2002
2002
  setupCommandAsync
2003
2003
  };
2004
- //# sourceMappingURL=chunk-DXL625N6.js.map
2004
+ //# sourceMappingURL=chunk-N5UQGELR.js.map
@@ -52,7 +52,7 @@ import {
52
52
  } from "./chunk-OQLFRJCW.js";
53
53
 
54
54
  // src/version.ts
55
- var VERSION = true ? "3.9.2" : "dev";
55
+ var VERSION = true ? "3.9.3" : "dev";
56
56
 
57
57
  // src/config/schemas-core.ts
58
58
  import { z } from "zod";
@@ -2324,7 +2324,7 @@ async function runDoctorFix(result) {
2324
2324
  writeLine2("\u2500".repeat(40));
2325
2325
  let fixCount = 0;
2326
2326
  if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
2327
- const { runSetup } = await import("./setup-command-LWTWYEM6.js");
2327
+ const { runSetup } = await import("./setup-command-3X4IM6NA.js");
2328
2328
  const setupResult = runSetup({
2329
2329
  skipMcp: true,
2330
2330
  skipRules: true,
@@ -2437,4 +2437,4 @@ export {
2437
2437
  startStdioServer,
2438
2438
  closeServer
2439
2439
  };
2440
- //# sourceMappingURL=chunk-CQAO35WX.js.map
2440
+ //# sourceMappingURL=chunk-U62XLYIK.js.map
package/dist/cli.js CHANGED
@@ -18,7 +18,7 @@ import "./chunk-YP25ZDI2.js";
18
18
  import {
19
19
  setupCommandAsync,
20
20
  verifyCommand
21
- } from "./chunk-DXL625N6.js";
21
+ } from "./chunk-N5UQGELR.js";
22
22
  import "./chunk-OM5VAEYP.js";
23
23
  import {
24
24
  AuthHandler,
@@ -139,7 +139,7 @@ import {
139
139
  validateCommand,
140
140
  validateWorkflow,
141
141
  wrapInMarkdownFence
142
- } from "./chunk-ZGAML4CX.js";
142
+ } from "./chunk-EDM4A2NG.js";
143
143
  import "./chunk-WVN62JSE.js";
144
144
  import "./chunk-HFOQKCD2.js";
145
145
  import "./chunk-RSMG2DPB.js";
@@ -166,7 +166,7 @@ import {
166
166
  loadConfig,
167
167
  runDoctor,
168
168
  validateNexusEnv
169
- } from "./chunk-CQAO35WX.js";
169
+ } from "./chunk-U62XLYIK.js";
170
170
  import {
171
171
  buildOpenAICompatAdapters,
172
172
  readOpenAICompatEnv
package/dist/index.js CHANGED
@@ -541,7 +541,7 @@ import {
541
541
  withLogging,
542
542
  withRetry,
543
543
  withRetryWrapper
544
- } from "./chunk-ZGAML4CX.js";
544
+ } from "./chunk-EDM4A2NG.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-CQAO35WX.js";
578
+ } from "./chunk-U62XLYIK.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-DXL625N6.js";
11
+ } from "./chunk-N5UQGELR.js";
12
12
  import "./chunk-OM5VAEYP.js";
13
- import "./chunk-CQAO35WX.js";
13
+ import "./chunk-U62XLYIK.js";
14
14
  import "./chunk-AENOTEID.js";
15
15
  import "./chunk-AQBM5CAX.js";
16
16
  import "./chunk-OQB3XC5O.js";
@@ -41,4 +41,4 @@ export {
41
41
  setupCommand,
42
42
  setupCommandAsync
43
43
  };
44
- //# sourceMappingURL=setup-command-LWTWYEM6.js.map
44
+ //# sourceMappingURL=setup-command-3X4IM6NA.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "3.9.2",
3
+ "version": "3.9.3",
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",