nexus-agents 2.30.1 → 2.30.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.
@@ -24,7 +24,7 @@ import {
24
24
  } from "./chunk-CLYZ7FWP.js";
25
25
 
26
26
  // src/version.ts
27
- var VERSION = true ? "2.30.1" : "dev";
27
+ var VERSION = true ? "2.30.3" : "dev";
28
28
 
29
29
  // src/cli/setup-data-dir.ts
30
30
  import { mkdirSync, existsSync as existsSync2 } from "fs";
@@ -758,7 +758,7 @@ async function runDoctorFix(result) {
758
758
  writeLine2("\u2500".repeat(40));
759
759
  let fixCount = 0;
760
760
  if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
761
- const { runSetup } = await import("./setup-command-JXHUUFT3.js");
761
+ const { runSetup } = await import("./setup-command-JUHRFM3A.js");
762
762
  const setupResult = runSetup({
763
763
  skipMcp: true,
764
764
  skipRules: true,
@@ -836,4 +836,4 @@ export {
836
836
  startStdioServer,
837
837
  closeServer
838
838
  };
839
- //# sourceMappingURL=chunk-ZOTDJ4UR.js.map
839
+ //# sourceMappingURL=chunk-LUN3RDCO.js.map
package/dist/cli.js CHANGED
@@ -15,7 +15,7 @@ import {
15
15
  import "./chunk-63AJLNKU.js";
16
16
  import {
17
17
  setupCommandAsync
18
- } from "./chunk-7RE6BBXJ.js";
18
+ } from "./chunk-6NX44VY4.js";
19
19
  import "./chunk-V6MSPUQF.js";
20
20
  import {
21
21
  AuthHandler,
@@ -150,7 +150,7 @@ import {
150
150
  validateNexusEnv,
151
151
  validateWorkflow,
152
152
  wrapInMarkdownFence
153
- } from "./chunk-DEESTIZL.js";
153
+ } from "./chunk-DL4JUCGN.js";
154
154
  import {
155
155
  resolveToken
156
156
  } from "./chunk-VZ2YOQWU.js";
@@ -200,7 +200,7 @@ import {
200
200
  doctorCommand,
201
201
  initDataDirectories,
202
202
  runDoctor
203
- } from "./chunk-ZOTDJ4UR.js";
203
+ } from "./chunk-LUN3RDCO.js";
204
204
  import "./chunk-KQIDTE52.js";
205
205
  import {
206
206
  MemoryError
package/dist/index.js CHANGED
@@ -656,7 +656,7 @@ import {
656
656
  validateWorkflowDependencies,
657
657
  withLogging,
658
658
  writePredictions
659
- } from "./chunk-DEESTIZL.js";
659
+ } from "./chunk-DL4JUCGN.js";
660
660
  import {
661
661
  getTokenEnvVars,
662
662
  hasToken,
@@ -850,7 +850,7 @@ import {
850
850
  connectTransport,
851
851
  createServer,
852
852
  startStdioServer
853
- } from "./chunk-ZOTDJ4UR.js";
853
+ } from "./chunk-LUN3RDCO.js";
854
854
  import "./chunk-KQIDTE52.js";
855
855
  import "./chunk-DDQGAVQA.js";
856
856
  import "./chunk-633WH2ML.js";
@@ -7,9 +7,9 @@ import {
7
7
  runWizard,
8
8
  setupCommand,
9
9
  setupCommandAsync
10
- } from "./chunk-7RE6BBXJ.js";
10
+ } from "./chunk-6NX44VY4.js";
11
11
  import "./chunk-V6MSPUQF.js";
12
- import "./chunk-ZOTDJ4UR.js";
12
+ import "./chunk-LUN3RDCO.js";
13
13
  import "./chunk-633WH2ML.js";
14
14
  import "./chunk-UOXT5CZ7.js";
15
15
  import "./chunk-Y477EGI4.js";
@@ -26,4 +26,4 @@ export {
26
26
  setupCommand,
27
27
  setupCommandAsync
28
28
  };
29
- //# sourceMappingURL=setup-command-JXHUUFT3.js.map
29
+ //# sourceMappingURL=setup-command-JUHRFM3A.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "2.30.1",
3
+ "version": "2.30.3",
4
4
  "description": "Intelligent orchestration platform for AI coding tools — routes tasks to the best model, learns from outcomes, and enforces quality through multi-model consensus",
5
5
  "mcpName": "io.github.williamzujkowski/nexus-agents",
6
6
  "license": "MIT",