nexus-agents 2.127.0 → 2.127.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-YJVTQZ2W.js → chunk-FTB7XTL6.js} +2 -2
- package/dist/{chunk-QPVEGYBW.js → chunk-UOF7ZZX6.js} +3 -3
- package/dist/{chunk-JE6K7PD6.js → chunk-ZMBH3N65.js} +2 -2
- package/dist/cli.js +16 -8
- package/dist/cli.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/{setup-command-DF6QJRUU.js → setup-command-W4IORKAO.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-YJVTQZ2W.js.map → chunk-FTB7XTL6.js.map} +0 -0
- /package/dist/{chunk-QPVEGYBW.js.map → chunk-UOF7ZZX6.js.map} +0 -0
- /package/dist/{chunk-JE6K7PD6.js.map → chunk-ZMBH3N65.js.map} +0 -0
- /package/dist/{setup-command-DF6QJRUU.js.map → setup-command-W4IORKAO.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-ZMBH3N65.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-UOF7ZZX6.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-FTB7XTL6.js";
|
|
12
12
|
import "./chunk-VLZLWVDU.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-UOF7ZZX6.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-W4IORKAO.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.127.
|
|
3
|
+
"version": "2.127.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",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|