nexus-agents 2.98.0 → 2.100.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 (35) hide show
  1. package/dist/{chunk-DE3J2HYT.js → chunk-B364VMMP.js} +471 -193
  2. package/dist/chunk-B364VMMP.js.map +1 -0
  3. package/dist/{chunk-6ZXNMJEX.js → chunk-BFN7RO3R.js} +4 -4
  4. package/dist/{chunk-6ZXNMJEX.js.map → chunk-BFN7RO3R.js.map} +1 -1
  5. package/dist/{chunk-PK4TTHXW.js → chunk-FU2AMASK.js} +3 -3
  6. package/dist/{chunk-6IHEDRKI.js → chunk-H4LBBFCO.js} +2 -2
  7. package/dist/{chunk-G4A7SSML.js → chunk-JFFI54DW.js} +11 -1
  8. package/dist/{chunk-G4A7SSML.js.map → chunk-JFFI54DW.js.map} +1 -1
  9. package/dist/{chunk-EM7NUGMG.js → chunk-P453545L.js} +21 -2
  10. package/dist/chunk-P453545L.js.map +1 -0
  11. package/dist/{chunk-RCKLAJ2H.js → chunk-TYELRYRO.js} +10 -5
  12. package/dist/chunk-TYELRYRO.js.map +1 -0
  13. package/dist/{chunk-MKFLI5DK.js → chunk-YREYQSYA.js} +2 -2
  14. package/dist/chunk-YREYQSYA.js.map +1 -0
  15. package/dist/cli.js +17 -10
  16. package/dist/cli.js.map +1 -1
  17. package/dist/{consensus-vote-Z3BWJLRE.js → consensus-vote-PGOS5AA6.js} +4 -4
  18. package/dist/{expert-bridge-EOVHUCJ4.js → expert-bridge-L25WFHQF.js} +2 -2
  19. package/dist/{factory-NJRJAZKK.js → factory-PVN7DDNZ.js} +2 -2
  20. package/dist/{improvement-review-Q4LBTVQP.js → improvement-review-IWV2BMR7.js} +3 -3
  21. package/dist/index.d.ts +27 -0
  22. package/dist/index.js +8 -8
  23. package/dist/{setup-command-JVJ2PNL6.js → setup-command-RRBGCIBW.js} +4 -4
  24. package/package.json +1 -1
  25. package/dist/chunk-DE3J2HYT.js.map +0 -1
  26. package/dist/chunk-EM7NUGMG.js.map +0 -1
  27. package/dist/chunk-MKFLI5DK.js.map +0 -1
  28. package/dist/chunk-RCKLAJ2H.js.map +0 -1
  29. /package/dist/{chunk-PK4TTHXW.js.map → chunk-FU2AMASK.js.map} +0 -0
  30. /package/dist/{chunk-6IHEDRKI.js.map → chunk-H4LBBFCO.js.map} +0 -0
  31. /package/dist/{consensus-vote-Z3BWJLRE.js.map → consensus-vote-PGOS5AA6.js.map} +0 -0
  32. /package/dist/{expert-bridge-EOVHUCJ4.js.map → expert-bridge-L25WFHQF.js.map} +0 -0
  33. /package/dist/{factory-NJRJAZKK.js.map → factory-PVN7DDNZ.js.map} +0 -0
  34. /package/dist/{improvement-review-Q4LBTVQP.js.map → improvement-review-IWV2BMR7.js.map} +0 -0
  35. /package/dist/{setup-command-JVJ2PNL6.js.map → setup-command-RRBGCIBW.js.map} +0 -0
@@ -8,10 +8,10 @@ import {
8
8
  checkSqlite,
9
9
  defaultConfig,
10
10
  initDataDirectories
11
- } from "./chunk-6ZXNMJEX.js";
11
+ } from "./chunk-BFN7RO3R.js";
12
12
  import {
13
13
  probeAllClis
14
- } from "./chunk-EM7NUGMG.js";
14
+ } from "./chunk-P453545L.js";
15
15
  import {
16
16
  BUILT_IN_EXPERTS
17
17
  } from "./chunk-ZM4O442V.js";
@@ -1987,4 +1987,4 @@ export {
1987
1987
  setupCommand,
1988
1988
  setupCommandAsync
1989
1989
  };
1990
- //# sourceMappingURL=chunk-PK4TTHXW.js.map
1990
+ //# sourceMappingURL=chunk-FU2AMASK.js.map
@@ -71,7 +71,7 @@ var routerInitPromise = null;
71
71
  async function getRouter() {
72
72
  if (cachedRouter !== null) return cachedRouter;
73
73
  routerInitPromise ??= (async () => {
74
- const { createAllAdapters } = await import("./factory-NJRJAZKK.js");
74
+ const { createAllAdapters } = await import("./factory-PVN7DDNZ.js");
75
75
  const { createCompositeRouter } = await import("./composite-router-JJNQIHX6.js");
76
76
  const adapters = createAllAdapters();
77
77
  if (adapters.size === 0) {
@@ -185,4 +185,4 @@ export {
185
185
  shutdownExpertBridge,
186
186
  executeExpert
187
187
  };
188
- //# sourceMappingURL=chunk-6IHEDRKI.js.map
188
+ //# sourceMappingURL=chunk-H4LBBFCO.js.map
@@ -2037,6 +2037,16 @@ var TOOL_ANNOTATIONS = {
2037
2037
  idempotentHint: false,
2038
2038
  openWorldHint: true
2039
2039
  },
2040
+ /** Runs the QA quality gate (typecheck/lint/tests/build/security) over a project dir (#3356). */
2041
+ run_quality_gate: {
2042
+ // Spawns build/test toolchains which can write artifacts — not read-only.
2043
+ readOnlyHint: false,
2044
+ destructiveHint: false,
2045
+ // Re-running the same checks against the same code yields the same verdict.
2046
+ idempotentHint: true,
2047
+ // `security` check can hit OSV; build/test invoke local toolchains — treat as open-world.
2048
+ openWorldHint: true
2049
+ },
2040
2050
  // ============================================================================
2041
2051
  // Repository analysis
2042
2052
  // ============================================================================
@@ -2130,4 +2140,4 @@ export {
2130
2140
  toSdkCallbackWithBudgetCheck,
2131
2141
  getToolAnnotations
2132
2142
  };
2133
- //# sourceMappingURL=chunk-G4A7SSML.js.map
2143
+ //# sourceMappingURL=chunk-JFFI54DW.js.map