nexus-agents 2.70.0 → 2.71.0

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.
Files changed (30) hide show
  1. package/dist/{chunk-L4XSIHF5.js → chunk-3BKVYSY6.js} +2 -2
  2. package/dist/{chunk-SU4667UB.js → chunk-7LHQBMBM.js} +2 -2
  3. package/dist/{chunk-5RMZQEP5.js → chunk-AGVLFRN7.js} +1247 -384
  4. package/dist/chunk-AGVLFRN7.js.map +1 -0
  5. package/dist/{chunk-7QWNOE23.js → chunk-KJCSRP34.js} +2 -2
  6. package/dist/{chunk-7ZPYV4HO.js → chunk-NER7H3RJ.js} +1 -1
  7. package/dist/chunk-NER7H3RJ.js.map +1 -0
  8. package/dist/{chunk-UMLBVSW4.js → chunk-POQQ7A5E.js} +1 -1
  9. package/dist/chunk-POQQ7A5E.js.map +1 -0
  10. package/dist/{chunk-PPGX45YS.js → chunk-U6BK5DQU.js} +3 -3
  11. package/dist/cli.js +90 -625
  12. package/dist/cli.js.map +1 -1
  13. package/dist/{consensus-vote-WUGHRBYE.js → consensus-vote-EXWACBMR.js} +2 -2
  14. package/dist/{factory-BHHC6C7W.js → factory-H5BYL4V5.js} +3 -3
  15. package/dist/index.d.ts +1 -1
  16. package/dist/index.js +7 -7
  17. package/dist/{issue-triage-TXQ7J6GG.js → issue-triage-4SEP4WID.js} +3 -3
  18. package/dist/{setup-command-VMN3XXZN.js → setup-command-5VGIQETA.js} +3 -3
  19. package/package.json +1 -1
  20. package/dist/chunk-5RMZQEP5.js.map +0 -1
  21. package/dist/chunk-7ZPYV4HO.js.map +0 -1
  22. package/dist/chunk-UMLBVSW4.js.map +0 -1
  23. /package/dist/{chunk-L4XSIHF5.js.map → chunk-3BKVYSY6.js.map} +0 -0
  24. /package/dist/{chunk-SU4667UB.js.map → chunk-7LHQBMBM.js.map} +0 -0
  25. /package/dist/{chunk-7QWNOE23.js.map → chunk-KJCSRP34.js.map} +0 -0
  26. /package/dist/{chunk-PPGX45YS.js.map → chunk-U6BK5DQU.js.map} +0 -0
  27. /package/dist/{consensus-vote-WUGHRBYE.js.map → consensus-vote-EXWACBMR.js.map} +0 -0
  28. /package/dist/{factory-BHHC6C7W.js.map → factory-H5BYL4V5.js.map} +0 -0
  29. /package/dist/{issue-triage-TXQ7J6GG.js.map → issue-triage-4SEP4WID.js.map} +0 -0
  30. /package/dist/{setup-command-VMN3XXZN.js.map → setup-command-5VGIQETA.js.map} +0 -0
@@ -38,7 +38,7 @@ import {
38
38
  } from "./chunk-FDNWRZNJ.js";
39
39
 
40
40
  // src/version.ts
41
- var VERSION = true ? "2.70.0" : "dev";
41
+ var VERSION = true ? "2.71.0" : "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-VMN3XXZN.js");
2027
+ const { runSetup } = await import("./setup-command-5VGIQETA.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-PPGX45YS.js.map
2137
+ //# sourceMappingURL=chunk-U6BK5DQU.js.map