nexus-agents 2.101.3 → 2.101.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-NOVS52US.js → chunk-5O5OEZA3.js} +2 -2
- package/dist/{chunk-4JP6GACK.js → chunk-MS7MVJ6Y.js} +3 -3
- package/dist/{chunk-PHBPUEFM.js → chunk-YGGTSTYA.js} +2 -2
- package/dist/cli.js +55 -6
- package/dist/cli.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/{setup-command-7O7VOMTI.js → setup-command-33WQNBL7.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-NOVS52US.js.map → chunk-5O5OEZA3.js.map} +0 -0
- /package/dist/{chunk-4JP6GACK.js.map → chunk-MS7MVJ6Y.js.map} +0 -0
- /package/dist/{chunk-PHBPUEFM.js.map → chunk-YGGTSTYA.js.map} +0 -0
- /package/dist/{setup-command-7O7VOMTI.js.map → setup-command-33WQNBL7.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -515,7 +515,7 @@ import {
|
|
|
515
515
|
validateWorkflow,
|
|
516
516
|
validateWorkflowDependencies,
|
|
517
517
|
withLogging
|
|
518
|
-
} from "./chunk-
|
|
518
|
+
} from "./chunk-YGGTSTYA.js";
|
|
519
519
|
import "./chunk-3ACDP4E6.js";
|
|
520
520
|
import {
|
|
521
521
|
getTokenEnvVars,
|
|
@@ -757,7 +757,7 @@ import {
|
|
|
757
757
|
getKnownNexusVarNames,
|
|
758
758
|
startStdioServer,
|
|
759
759
|
validateNexusEnv
|
|
760
|
-
} from "./chunk-
|
|
760
|
+
} from "./chunk-MS7MVJ6Y.js";
|
|
761
761
|
import {
|
|
762
762
|
AvailabilityCache,
|
|
763
763
|
filterAvailableModels,
|
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
runWizard,
|
|
9
9
|
setupCommand,
|
|
10
10
|
setupCommandAsync
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-5O5OEZA3.js";
|
|
12
12
|
import "./chunk-4L7FH53H.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-MS7MVJ6Y.js";
|
|
14
14
|
import "./chunk-FLUC27DF.js";
|
|
15
15
|
import "./chunk-L2NPJRZZ.js";
|
|
16
16
|
import "./chunk-LVGYWJDX.js";
|
|
@@ -34,4 +34,4 @@ export {
|
|
|
34
34
|
setupCommand,
|
|
35
35
|
setupCommandAsync
|
|
36
36
|
};
|
|
37
|
-
//# sourceMappingURL=setup-command-
|
|
37
|
+
//# sourceMappingURL=setup-command-33WQNBL7.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.101.
|
|
3
|
+
"version": "2.101.4",
|
|
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",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|