nexus-agents 2.77.0 → 2.77.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.
@@ -40,7 +40,7 @@ import {
40
40
  } from "./chunk-GOT7OAL5.js";
41
41
 
42
42
  // src/version.ts
43
- var VERSION = true ? "2.77.0" : "dev";
43
+ var VERSION = true ? "2.77.2" : "dev";
44
44
 
45
45
  // src/config/schemas-core.ts
46
46
  import { z } from "zod";
@@ -2308,7 +2308,7 @@ async function runDoctorFix(result) {
2308
2308
  writeLine2("\u2500".repeat(40));
2309
2309
  let fixCount = 0;
2310
2310
  if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
2311
- const { runSetup } = await import("./setup-command-JE5VMKGI.js");
2311
+ const { runSetup } = await import("./setup-command-ZIG5JJAE.js");
2312
2312
  const setupResult = runSetup({
2313
2313
  skipMcp: true,
2314
2314
  skipRules: true,
@@ -2419,4 +2419,4 @@ export {
2419
2419
  startStdioServer,
2420
2420
  closeServer
2421
2421
  };
2422
- //# sourceMappingURL=chunk-N2QNLBS5.js.map
2422
+ //# sourceMappingURL=chunk-RFITLMH4.js.map
package/dist/cli.js CHANGED
@@ -22,7 +22,7 @@ import {
22
22
  import {
23
23
  setupCommandAsync,
24
24
  verifyCommand
25
- } from "./chunk-KYCZCROX.js";
25
+ } from "./chunk-6UDFAXUI.js";
26
26
  import "./chunk-CM3TORGV.js";
27
27
  import {
28
28
  AuthHandler,
@@ -152,7 +152,7 @@ import {
152
152
  validateCommand,
153
153
  validateWorkflow,
154
154
  wrapInMarkdownFence
155
- } from "./chunk-T3LEOO3A.js";
155
+ } from "./chunk-N3HOBUU4.js";
156
156
  import "./chunk-ED6VQWNG.js";
157
157
  import {
158
158
  resolveToken
@@ -216,7 +216,7 @@ import {
216
216
  probeAllClis,
217
217
  runDoctor,
218
218
  validateNexusEnv
219
- } from "./chunk-N2QNLBS5.js";
219
+ } from "./chunk-RFITLMH4.js";
220
220
  import "./chunk-5WHWKY32.js";
221
221
  import {
222
222
  DEFAULTS
package/dist/index.d.ts CHANGED
@@ -9122,6 +9122,8 @@ declare const BaseAgentOptionsSchema: z.ZodObject<{
9122
9122
  pm_expert: "pm_expert";
9123
9123
  ux_expert: "ux_expert";
9124
9124
  infrastructure_expert: "infrastructure_expert";
9125
+ qa_expert: "qa_expert";
9126
+ data_visualization_expert: "data_visualization_expert";
9125
9127
  thinker: "thinker";
9126
9128
  worker: "worker";
9127
9129
  verifier: "verifier";
package/dist/index.js CHANGED
@@ -518,7 +518,7 @@ import {
518
518
  validateWorkflow,
519
519
  validateWorkflowDependencies,
520
520
  withLogging
521
- } from "./chunk-T3LEOO3A.js";
521
+ } from "./chunk-N3HOBUU4.js";
522
522
  import {
523
523
  SharedMemoryStore
524
524
  } from "./chunk-ED6VQWNG.js";
@@ -738,7 +738,7 @@ import {
738
738
  resolveFallback,
739
739
  startStdioServer,
740
740
  validateNexusEnv
741
- } from "./chunk-N2QNLBS5.js";
741
+ } from "./chunk-RFITLMH4.js";
742
742
  import {
743
743
  AvailableModelsCache,
744
744
  getDefaultAvailableModelsCache,
@@ -7,9 +7,9 @@ import {
7
7
  runWizard,
8
8
  setupCommand,
9
9
  setupCommandAsync
10
- } from "./chunk-KYCZCROX.js";
10
+ } from "./chunk-6UDFAXUI.js";
11
11
  import "./chunk-CM3TORGV.js";
12
- import "./chunk-N2QNLBS5.js";
12
+ import "./chunk-RFITLMH4.js";
13
13
  import "./chunk-5WHWKY32.js";
14
14
  import "./chunk-YQMQSJQK.js";
15
15
  import "./chunk-NUBSJGQZ.js";
@@ -31,4 +31,4 @@ export {
31
31
  setupCommand,
32
32
  setupCommandAsync
33
33
  };
34
- //# sourceMappingURL=setup-command-JE5VMKGI.js.map
34
+ //# sourceMappingURL=setup-command-ZIG5JJAE.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "2.77.0",
3
+ "version": "2.77.2",
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",