nexus-agents 2.86.0 → 2.87.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-RZNED4KY.js → chunk-6NKQ5QX4.js} +371 -185
- package/dist/chunk-6NKQ5QX4.js.map +1 -0
- package/dist/{chunk-XRROTMWR.js → chunk-L5VGKYYI.js} +2 -2
- package/dist/{chunk-QOOYL3B3.js → chunk-T24NPT4A.js} +3 -3
- package/dist/{chunk-EHBSXLX6.js → chunk-YYUNZPDK.js} +9 -1
- package/dist/{chunk-EHBSXLX6.js.map → chunk-YYUNZPDK.js.map} +1 -1
- package/dist/cli.js +6 -4
- package/dist/cli.js.map +1 -1
- package/dist/{consensus-vote-K7HSOLYR.js → consensus-vote-ZP33MR4A.js} +2 -2
- package/dist/index.js +4 -4
- package/dist/{setup-command-J2AVNUJV.js → setup-command-XHNWXAPF.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-RZNED4KY.js.map +0 -1
- /package/dist/{chunk-XRROTMWR.js.map → chunk-L5VGKYYI.js.map} +0 -0
- /package/dist/{chunk-QOOYL3B3.js.map → chunk-T24NPT4A.js.map} +0 -0
- /package/dist/{consensus-vote-K7HSOLYR.js.map → consensus-vote-ZP33MR4A.js.map} +0 -0
- /package/dist/{setup-command-J2AVNUJV.js.map → setup-command-XHNWXAPF.js.map} +0 -0
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-T24NPT4A.js";
|
|
12
12
|
import {
|
|
13
13
|
probeAllClis
|
|
14
14
|
} from "./chunk-RTAIMK6P.js";
|
|
@@ -1987,4 +1987,4 @@ export {
|
|
|
1987
1987
|
setupCommand,
|
|
1988
1988
|
setupCommandAsync
|
|
1989
1989
|
};
|
|
1990
|
-
//# sourceMappingURL=chunk-
|
|
1990
|
+
//# sourceMappingURL=chunk-L5VGKYYI.js.map
|
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
} from "./chunk-2WCYG75B.js";
|
|
41
41
|
|
|
42
42
|
// src/version.ts
|
|
43
|
-
var VERSION = true ? "2.
|
|
43
|
+
var VERSION = true ? "2.87.0" : "dev";
|
|
44
44
|
|
|
45
45
|
// src/config/schemas-core.ts
|
|
46
46
|
import { z } from "zod";
|
|
@@ -2096,7 +2096,7 @@ async function runDoctorFix(result) {
|
|
|
2096
2096
|
writeLine2("\u2500".repeat(40));
|
|
2097
2097
|
let fixCount = 0;
|
|
2098
2098
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2099
|
-
const { runSetup } = await import("./setup-command-
|
|
2099
|
+
const { runSetup } = await import("./setup-command-XHNWXAPF.js");
|
|
2100
2100
|
const setupResult = runSetup({
|
|
2101
2101
|
skipMcp: true,
|
|
2102
2102
|
skipRules: true,
|
|
@@ -2208,4 +2208,4 @@ export {
|
|
|
2208
2208
|
startStdioServer,
|
|
2209
2209
|
closeServer
|
|
2210
2210
|
};
|
|
2211
|
-
//# sourceMappingURL=chunk-
|
|
2211
|
+
//# sourceMappingURL=chunk-T24NPT4A.js.map
|
|
@@ -8523,6 +8523,14 @@ var TOOL_ANNOTATIONS = {
|
|
|
8523
8523
|
idempotentHint: true,
|
|
8524
8524
|
openWorldHint: false
|
|
8525
8525
|
},
|
|
8526
|
+
/** CI infrastructure health check — composes status-page + recent-runs signals (#3076). */
|
|
8527
|
+
ci_health_check: {
|
|
8528
|
+
readOnlyHint: true,
|
|
8529
|
+
destructiveHint: false,
|
|
8530
|
+
idempotentHint: true,
|
|
8531
|
+
// Hits external services (githubstatus.com + GitHub API) — `openWorldHint`.
|
|
8532
|
+
openWorldHint: true
|
|
8533
|
+
},
|
|
8526
8534
|
/** Threshold-gated observability loop; may file GitHub issues when fileIssues=true. */
|
|
8527
8535
|
improvement_review: {
|
|
8528
8536
|
readOnlyHint: false,
|
|
@@ -9594,4 +9602,4 @@ export {
|
|
|
9594
9602
|
CONSENSUS_VOTE_OUTPUT_SCHEMA,
|
|
9595
9603
|
registerConsensusVoteTool
|
|
9596
9604
|
};
|
|
9597
|
-
//# sourceMappingURL=chunk-
|
|
9605
|
+
//# sourceMappingURL=chunk-YYUNZPDK.js.map
|