nexus-agents 2.129.1 → 2.129.2
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-IIMTGMOE.js → chunk-6RXP55DL.js} +3 -3
- package/dist/{chunk-4EAXZOIG.js → chunk-MXEUDSWT.js} +2 -2
- package/dist/{chunk-24HQWWJ7.js → chunk-SDLDZL4K.js} +273 -268
- package/dist/chunk-SDLDZL4K.js.map +1 -0
- package/dist/cli.js +3 -3
- package/dist/index.js +2 -2
- package/dist/{setup-command-GVOUKFJT.js → setup-command-Q4RVDZOO.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-24HQWWJ7.js.map +0 -1
- /package/dist/{chunk-IIMTGMOE.js.map → chunk-6RXP55DL.js.map} +0 -0
- /package/dist/{chunk-4EAXZOIG.js.map → chunk-MXEUDSWT.js.map} +0 -0
- /package/dist/{setup-command-GVOUKFJT.js.map → setup-command-Q4RVDZOO.js.map} +0 -0
package/dist/cli.js
CHANGED
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
import {
|
|
25
25
|
setupCommandAsync,
|
|
26
26
|
verifyCommand
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-MXEUDSWT.js";
|
|
28
28
|
import "./chunk-V2E74WBI.js";
|
|
29
29
|
import {
|
|
30
30
|
AuthHandler,
|
|
@@ -144,7 +144,7 @@ import {
|
|
|
144
144
|
validateCommand,
|
|
145
145
|
validateWorkflow,
|
|
146
146
|
wrapInMarkdownFence
|
|
147
|
-
} from "./chunk-
|
|
147
|
+
} from "./chunk-SDLDZL4K.js";
|
|
148
148
|
import "./chunk-GO7JE2MA.js";
|
|
149
149
|
import "./chunk-3ACDP4E6.js";
|
|
150
150
|
import {
|
|
@@ -252,7 +252,7 @@ import {
|
|
|
252
252
|
loadConfig,
|
|
253
253
|
runDoctor,
|
|
254
254
|
validateNexusEnv
|
|
255
|
-
} from "./chunk-
|
|
255
|
+
} from "./chunk-6RXP55DL.js";
|
|
256
256
|
import "./chunk-NUBSJGQZ.js";
|
|
257
257
|
import {
|
|
258
258
|
capitalize,
|
package/dist/index.js
CHANGED
|
@@ -520,7 +520,7 @@ import {
|
|
|
520
520
|
validateWorkflow,
|
|
521
521
|
validateWorkflowDependencies,
|
|
522
522
|
withLogging
|
|
523
|
-
} from "./chunk-
|
|
523
|
+
} from "./chunk-SDLDZL4K.js";
|
|
524
524
|
import {
|
|
525
525
|
FALLBACK_SCANNER_DATA,
|
|
526
526
|
buildPlanFromAnalysis,
|
|
@@ -722,7 +722,7 @@ import {
|
|
|
722
722
|
getKnownNexusVarNames,
|
|
723
723
|
startStdioServer,
|
|
724
724
|
validateNexusEnv
|
|
725
|
-
} from "./chunk-
|
|
725
|
+
} from "./chunk-6RXP55DL.js";
|
|
726
726
|
import "./chunk-NUBSJGQZ.js";
|
|
727
727
|
import "./chunk-6T3EPABN.js";
|
|
728
728
|
import {
|
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
runWizard,
|
|
9
9
|
setupCommand,
|
|
10
10
|
setupCommandAsync
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-MXEUDSWT.js";
|
|
12
12
|
import "./chunk-V2E74WBI.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-6RXP55DL.js";
|
|
14
14
|
import "./chunk-NUBSJGQZ.js";
|
|
15
15
|
import "./chunk-6T3EPABN.js";
|
|
16
16
|
import "./chunk-ZM4O442V.js";
|
|
@@ -34,4 +34,4 @@ export {
|
|
|
34
34
|
setupCommand,
|
|
35
35
|
setupCommandAsync
|
|
36
36
|
};
|
|
37
|
-
//# sourceMappingURL=setup-command-
|
|
37
|
+
//# sourceMappingURL=setup-command-Q4RVDZOO.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.129.
|
|
3
|
+
"version": "2.129.2",
|
|
4
4
|
"description": "Governance substrate for AI coding agents — adversarial PR review, drift-detected rules, immutable audit, and closed-loop outcome routing for Claude, Codex, Gemini, and OpenCode",
|
|
5
5
|
"mcpName": "io.github.nexus-substrate/nexus-agents",
|
|
6
6
|
"license": "MIT",
|