nexus-agents 2.63.3 → 2.63.4

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.
@@ -38,7 +38,7 @@ import {
38
38
  } from "./chunk-FDNWRZNJ.js";
39
39
 
40
40
  // src/version.ts
41
- var VERSION = true ? "2.63.3" : "dev";
41
+ var VERSION = true ? "2.63.4" : "dev";
42
42
 
43
43
  // src/config/schemas-core.ts
44
44
  import { z } from "zod";
@@ -2024,7 +2024,7 @@ async function runDoctorFix(result) {
2024
2024
  writeLine2("\u2500".repeat(40));
2025
2025
  let fixCount = 0;
2026
2026
  if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
2027
- const { runSetup } = await import("./setup-command-2JSXOAIS.js");
2027
+ const { runSetup } = await import("./setup-command-UVJRDNRF.js");
2028
2028
  const setupResult = runSetup({
2029
2029
  skipMcp: true,
2030
2030
  skipRules: true,
@@ -2134,4 +2134,4 @@ export {
2134
2134
  startStdioServer,
2135
2135
  closeServer
2136
2136
  };
2137
- //# sourceMappingURL=chunk-53FRKIEQ.js.map
2137
+ //# sourceMappingURL=chunk-KYRDQJLY.js.map
@@ -8,7 +8,7 @@ import {
8
8
  checkSqlite,
9
9
  defaultConfig,
10
10
  initDataDirectories
11
- } from "./chunk-53FRKIEQ.js";
11
+ } from "./chunk-KYRDQJLY.js";
12
12
  import {
13
13
  BUILT_IN_EXPERTS
14
14
  } from "./chunk-GJVHRJO2.js";
@@ -1933,4 +1933,4 @@ export {
1933
1933
  setupCommand,
1934
1934
  setupCommandAsync
1935
1935
  };
1936
- //# sourceMappingURL=chunk-F4XV6DGK.js.map
1936
+ //# sourceMappingURL=chunk-ORYMBSGF.js.map
@@ -69,7 +69,7 @@ import {
69
69
  clampTaskTtl,
70
70
  getAvailabilityCache,
71
71
  resolveFallback
72
- } from "./chunk-53FRKIEQ.js";
72
+ } from "./chunk-KYRDQJLY.js";
73
73
  import {
74
74
  DEFAULTS
75
75
  } from "./chunk-FHFNOMNK.js";
@@ -53662,4 +53662,4 @@ export {
53662
53662
  detectBackend,
53663
53663
  createTaskTracker
53664
53664
  };
53665
- //# sourceMappingURL=chunk-WYKMVZZS.js.map
53665
+ //# sourceMappingURL=chunk-WZ7Z5VLZ.js.map
package/dist/cli.js CHANGED
@@ -16,7 +16,7 @@ import "./chunk-MSFUOGN4.js";
16
16
  import {
17
17
  setupCommandAsync,
18
18
  verifyCommand
19
- } from "./chunk-F4XV6DGK.js";
19
+ } from "./chunk-ORYMBSGF.js";
20
20
  import "./chunk-EBFXDM3P.js";
21
21
  import {
22
22
  AuthHandler,
@@ -142,7 +142,7 @@ import {
142
142
  validateCommand,
143
143
  validateWorkflow,
144
144
  wrapInMarkdownFence
145
- } from "./chunk-WYKMVZZS.js";
145
+ } from "./chunk-WZ7Z5VLZ.js";
146
146
  import "./chunk-ED6VQWNG.js";
147
147
  import {
148
148
  resolveToken
@@ -202,7 +202,7 @@ import {
202
202
  loadConfig,
203
203
  runDoctor,
204
204
  validateNexusEnv
205
- } from "./chunk-53FRKIEQ.js";
205
+ } from "./chunk-KYRDQJLY.js";
206
206
  import {
207
207
  DEFAULTS
208
208
  } from "./chunk-FHFNOMNK.js";
package/dist/index.js CHANGED
@@ -646,7 +646,7 @@ import {
646
646
  validateWorkflowDependencies,
647
647
  withLogging,
648
648
  writePredictions
649
- } from "./chunk-WYKMVZZS.js";
649
+ } from "./chunk-WZ7Z5VLZ.js";
650
650
  import {
651
651
  SharedMemoryStore
652
652
  } from "./chunk-ED6VQWNG.js";
@@ -856,7 +856,7 @@ import {
856
856
  resolveFallback,
857
857
  startStdioServer,
858
858
  validateNexusEnv
859
- } from "./chunk-53FRKIEQ.js";
859
+ } from "./chunk-KYRDQJLY.js";
860
860
  import {
861
861
  DEFAULTS
862
862
  } from "./chunk-FHFNOMNK.js";
@@ -7,9 +7,9 @@ import {
7
7
  runWizard,
8
8
  setupCommand,
9
9
  setupCommandAsync
10
- } from "./chunk-F4XV6DGK.js";
10
+ } from "./chunk-ORYMBSGF.js";
11
11
  import "./chunk-EBFXDM3P.js";
12
- import "./chunk-53FRKIEQ.js";
12
+ import "./chunk-KYRDQJLY.js";
13
13
  import "./chunk-FHFNOMNK.js";
14
14
  import "./chunk-NUBSJGQZ.js";
15
15
  import "./chunk-ZC4KHPRL.js";
@@ -30,4 +30,4 @@ export {
30
30
  setupCommand,
31
31
  setupCommandAsync
32
32
  };
33
- //# sourceMappingURL=setup-command-2JSXOAIS.js.map
33
+ //# sourceMappingURL=setup-command-UVJRDNRF.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "2.63.3",
3
+ "version": "2.63.4",
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",