nexus-agents 2.86.0 → 2.87.1
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-XRROTMWR.js → chunk-GLYXWXOR.js} +2 -2
- package/dist/{chunk-QOOYL3B3.js → chunk-ISWYUTXP.js} +3 -3
- package/dist/{chunk-RZNED4KY.js → chunk-QDGD5FVT.js} +371 -185
- package/dist/chunk-QDGD5FVT.js.map +1 -0
- 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-NYCED2OA.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-RZNED4KY.js.map +0 -1
- /package/dist/{chunk-XRROTMWR.js.map → chunk-GLYXWXOR.js.map} +0 -0
- /package/dist/{chunk-QOOYL3B3.js.map → chunk-ISWYUTXP.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-NYCED2OA.js.map} +0 -0
|
@@ -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
|