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.
- package/dist/{chunk-RCKLAJ2H.js → chunk-AN3IGMJT.js} +2 -2
- package/dist/{chunk-G4A7SSML.js → chunk-JFFI54DW.js} +11 -1
- package/dist/{chunk-G4A7SSML.js.map → chunk-JFFI54DW.js.map} +1 -1
- package/dist/{chunk-DE3J2HYT.js → chunk-O6EXYWHP.js} +404 -188
- package/dist/chunk-O6EXYWHP.js.map +1 -0
- package/dist/{chunk-6ZXNMJEX.js → chunk-VPH2M5H7.js} +3 -3
- package/dist/{chunk-PK4TTHXW.js → chunk-WHFCVKAV.js} +2 -2
- package/dist/{chunk-MKFLI5DK.js → chunk-YREYQSYA.js} +2 -2
- package/dist/chunk-YREYQSYA.js.map +1 -0
- package/dist/cli.js +9 -7
- package/dist/cli.js.map +1 -1
- package/dist/{consensus-vote-Z3BWJLRE.js → consensus-vote-5D7FNWYM.js} +3 -3
- package/dist/{improvement-review-Q4LBTVQP.js → improvement-review-IWV2BMR7.js} +3 -3
- package/dist/index.js +6 -6
- package/dist/{setup-command-JVJ2PNL6.js → setup-command-PHTP43V7.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-DE3J2HYT.js.map +0 -1
- package/dist/chunk-MKFLI5DK.js.map +0 -1
- /package/dist/{chunk-RCKLAJ2H.js.map → chunk-AN3IGMJT.js.map} +0 -0
- /package/dist/{chunk-6ZXNMJEX.js.map → chunk-VPH2M5H7.js.map} +0 -0
- /package/dist/{chunk-PK4TTHXW.js.map → chunk-WHFCVKAV.js.map} +0 -0
- /package/dist/{consensus-vote-Z3BWJLRE.js.map → consensus-vote-5D7FNWYM.js.map} +0 -0
- /package/dist/{improvement-review-Q4LBTVQP.js.map → improvement-review-IWV2BMR7.js.map} +0 -0
- /package/dist/{setup-command-JVJ2PNL6.js.map → setup-command-PHTP43V7.js.map} +0 -0
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
toolSuccess,
|
|
22
22
|
withProgressHeartbeat,
|
|
23
23
|
wrapToolWithTimeout
|
|
24
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
2143
|
+
//# sourceMappingURL=chunk-JFFI54DW.js.map
|