nexus-agents 2.173.2 → 2.173.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-5UKKGPRS.js → chunk-GNZ2ZIT3.js} +2 -2
- package/dist/{chunk-GNXQBXFI.js → chunk-QZLISECU.js} +2 -2
- package/dist/{chunk-H63X54TU.js → chunk-WJHTVYP6.js} +3 -3
- package/dist/cli.js +47 -21
- package/dist/cli.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/{setup-command-24Z3KEHP.js → setup-command-EGDBEPM5.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-5UKKGPRS.js.map → chunk-GNZ2ZIT3.js.map} +0 -0
- /package/dist/{chunk-GNXQBXFI.js.map → chunk-QZLISECU.js.map} +0 -0
- /package/dist/{chunk-H63X54TU.js.map → chunk-WJHTVYP6.js.map} +0 -0
- /package/dist/{setup-command-24Z3KEHP.js.map → setup-command-EGDBEPM5.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -541,7 +541,7 @@ import {
|
|
|
541
541
|
withLogging,
|
|
542
542
|
withRetry,
|
|
543
543
|
withRetryWrapper
|
|
544
|
-
} from "./chunk-
|
|
544
|
+
} from "./chunk-GNZ2ZIT3.js";
|
|
545
545
|
import {
|
|
546
546
|
FALLBACK_SCANNER_DATA,
|
|
547
547
|
buildPlanFromAnalysis,
|
|
@@ -575,7 +575,7 @@ import {
|
|
|
575
575
|
getKnownNexusVarNames,
|
|
576
576
|
startStdioServer,
|
|
577
577
|
validateNexusEnv
|
|
578
|
-
} from "./chunk-
|
|
578
|
+
} from "./chunk-WJHTVYP6.js";
|
|
579
579
|
import {
|
|
580
580
|
OPENAI_MODELS,
|
|
581
581
|
OPENAI_MODEL_ALIASES,
|
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
runWizard,
|
|
9
9
|
setupCommand,
|
|
10
10
|
setupCommandAsync
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-QZLISECU.js";
|
|
12
12
|
import "./chunk-4KURMOBY.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-WJHTVYP6.js";
|
|
14
14
|
import "./chunk-3DYABC5Y.js";
|
|
15
15
|
import "./chunk-5IDFZ2PC.js";
|
|
16
16
|
import "./chunk-NUBSJGQZ.js";
|
|
@@ -38,4 +38,4 @@ export {
|
|
|
38
38
|
setupCommand,
|
|
39
39
|
setupCommandAsync
|
|
40
40
|
};
|
|
41
|
-
//# sourceMappingURL=setup-command-
|
|
41
|
+
//# sourceMappingURL=setup-command-EGDBEPM5.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.173.
|
|
3
|
+
"version": "2.173.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
|