nexus-agents 3.5.3 → 3.5.4
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-C4GSCDCI.js → chunk-A4TF3RPC.js} +2 -2
- package/dist/{chunk-VJU2NER7.js → chunk-VUSVB6QM.js} +3 -3
- package/dist/{chunk-VJU2NER7.js.map → chunk-VUSVB6QM.js.map} +1 -1
- package/dist/{chunk-454KEMNV.js → chunk-W4II4XMS.js} +3 -3
- package/dist/cli.js +3 -3
- package/dist/index.js +2 -2
- package/dist/{setup-command-5YJMFY3W.js → setup-command-BPQ77YGO.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-C4GSCDCI.js.map → chunk-A4TF3RPC.js.map} +0 -0
- /package/dist/{chunk-454KEMNV.js.map → chunk-W4II4XMS.js.map} +0 -0
- /package/dist/{setup-command-5YJMFY3W.js.map → setup-command-BPQ77YGO.js.map} +0 -0
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-W4II4XMS.js";
|
|
12
12
|
import {
|
|
13
13
|
BUILT_IN_EXPERTS
|
|
14
14
|
} from "./chunk-YPNQPT2F.js";
|
|
@@ -2001,4 +2001,4 @@ export {
|
|
|
2001
2001
|
setupCommand,
|
|
2002
2002
|
setupCommandAsync
|
|
2003
2003
|
};
|
|
2004
|
-
//# sourceMappingURL=chunk-
|
|
2004
|
+
//# sourceMappingURL=chunk-A4TF3RPC.js.map
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
DEFAULT_TASK_TTL_MS,
|
|
23
23
|
DEFAULT_TOOL_RATE_LIMITS,
|
|
24
24
|
clampTaskTtl
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-W4II4XMS.js";
|
|
26
26
|
import {
|
|
27
27
|
executeExpert
|
|
28
28
|
} from "./chunk-GVLDWGSK.js";
|
|
@@ -48288,7 +48288,7 @@ async function runQualityGateHandler(args, logger58) {
|
|
|
48288
48288
|
});
|
|
48289
48289
|
}
|
|
48290
48290
|
}
|
|
48291
|
-
var DESCRIPTION2 = "Run the QA quality gate (#1684 engine) against a project directory. Allowlisted checks: typecheck | lint | tests | build | security (default ['typecheck','lint','tests']). Returns the structured { stage, verdict, checks[], summary, feedback } verdict. projectDir must stay inside the repository root; per-check output is capped at 500 chars.";
|
|
48291
|
+
var DESCRIPTION2 = "Run the QA quality gate (#1684 engine) against a project directory. Allowlisted checks: typecheck | lint | tests | build | security (default ['typecheck','lint','tests']). Each check runs the REPOSITORY'S own declared package script through the lockfile-selected package manager (#4355) \u2014 never a downloaded tool \u2014 and reports skip when no such script is declared, rather than substituting one. A run in which nothing executed reports verdict 'skip', never 'pass': no evidence is not a pass. Returns the structured { stage, verdict, checks[], summary, feedback } verdict. projectDir must stay inside the repository root; per-check output is capped at 500 chars.";
|
|
48292
48292
|
function registerRunQualityGateTool(server, deps) {
|
|
48293
48293
|
const logger58 = deps.logger ?? createLogger({ tool: "run_quality_gate" });
|
|
48294
48294
|
const toolSchema = {
|
|
@@ -54254,4 +54254,4 @@ export {
|
|
|
54254
54254
|
shutdownFeedbackSubscriber,
|
|
54255
54255
|
createEventBusBridge
|
|
54256
54256
|
};
|
|
54257
|
-
//# sourceMappingURL=chunk-
|
|
54257
|
+
//# sourceMappingURL=chunk-VUSVB6QM.js.map
|