nexus-agents 2.150.2 → 2.150.3
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-BNQZKW3S.js → chunk-DFK6H3KT.js} +3 -3
- package/dist/{chunk-2ZUXJTIA.js → chunk-NQN3RNFP.js} +2 -2
- package/dist/{chunk-MDD3HOMI.js → chunk-OSOHRYY5.js} +2 -2
- package/dist/cli.js +264 -249
- package/dist/cli.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/{setup-command-YJ7PCU54.js → setup-command-PPHPJCSN.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-BNQZKW3S.js.map → chunk-DFK6H3KT.js.map} +0 -0
- /package/dist/{chunk-2ZUXJTIA.js.map → chunk-NQN3RNFP.js.map} +0 -0
- /package/dist/{chunk-MDD3HOMI.js.map → chunk-OSOHRYY5.js.map} +0 -0
- /package/dist/{setup-command-YJ7PCU54.js.map → setup-command-PPHPJCSN.js.map} +0 -0
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-OSOHRYY5.js";
|
|
524
524
|
import {
|
|
525
525
|
OPENAI_MODELS,
|
|
526
526
|
OPENAI_MODEL_ALIASES,
|
|
@@ -560,7 +560,7 @@ import {
|
|
|
560
560
|
getKnownNexusVarNames,
|
|
561
561
|
startStdioServer,
|
|
562
562
|
validateNexusEnv
|
|
563
|
-
} from "./chunk-
|
|
563
|
+
} from "./chunk-DFK6H3KT.js";
|
|
564
564
|
import {
|
|
565
565
|
CliCircuitBreakerIntegration,
|
|
566
566
|
createCliCircuitBreakerIntegration
|
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
runWizard,
|
|
9
9
|
setupCommand,
|
|
10
10
|
setupCommandAsync
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-NQN3RNFP.js";
|
|
12
12
|
import "./chunk-CD7FU55Z.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-DFK6H3KT.js";
|
|
14
14
|
import "./chunk-NUBSJGQZ.js";
|
|
15
15
|
import "./chunk-6T3EPABN.js";
|
|
16
16
|
import "./chunk-ZM4O442V.js";
|
|
@@ -35,4 +35,4 @@ export {
|
|
|
35
35
|
setupCommand,
|
|
36
36
|
setupCommandAsync
|
|
37
37
|
};
|
|
38
|
-
//# sourceMappingURL=setup-command-
|
|
38
|
+
//# sourceMappingURL=setup-command-PPHPJCSN.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.150.
|
|
3
|
+
"version": "2.150.3",
|
|
4
4
|
"description": "Governance substrate for AI coding agents — adversarial PR review, drift-detected rules, tamper-evident 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
|