nexus-agents 2.98.0 → 2.99.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.
@@ -21,7 +21,7 @@ import {
21
21
  toolSuccess,
22
22
  withProgressHeartbeat,
23
23
  wrapToolWithTimeout
24
- } from "./chunk-G4A7SSML.js";
24
+ } from "./chunk-JFFI54DW.js";
25
25
  import {
26
26
  getToolMemory
27
27
  } from "./chunk-ZOBDTJNG.js";
@@ -7487,4 +7487,4 @@ export {
7487
7487
  CONSENSUS_VOTE_OUTPUT_SCHEMA,
7488
7488
  registerConsensusVoteTool
7489
7489
  };
7490
- //# sourceMappingURL=chunk-RCKLAJ2H.js.map
7490
+ //# sourceMappingURL=chunk-AN3IGMJT.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