nexus-agents 2.125.5 → 2.125.7
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-M4OT4B74.js → chunk-CZYGU2BL.js} +2 -2
- package/dist/{chunk-OQ7OEGUP.js → chunk-JE4R7TJP.js} +3 -3
- package/dist/{chunk-3HZOGOM2.js → chunk-ZU6V4KHZ.js} +2 -2
- package/dist/cli.js +3 -3
- package/dist/index.js +2 -2
- package/dist/{setup-command-THWZSJAW.js → setup-command-ONA2CV56.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-M4OT4B74.js.map → chunk-CZYGU2BL.js.map} +0 -0
- /package/dist/{chunk-OQ7OEGUP.js.map → chunk-JE4R7TJP.js.map} +0 -0
- /package/dist/{chunk-3HZOGOM2.js.map → chunk-ZU6V4KHZ.js.map} +0 -0
- /package/dist/{setup-command-THWZSJAW.js.map → setup-command-ONA2CV56.js.map} +0 -0
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-JE4R7TJP.js";
|
|
12
12
|
import {
|
|
13
13
|
probeAllClis
|
|
14
14
|
} from "./chunk-QN3353M2.js";
|
|
@@ -2000,4 +2000,4 @@ export {
|
|
|
2000
2000
|
setupCommand,
|
|
2001
2001
|
setupCommandAsync
|
|
2002
2002
|
};
|
|
2003
|
-
//# sourceMappingURL=chunk-
|
|
2003
|
+
//# sourceMappingURL=chunk-CZYGU2BL.js.map
|
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
} from "./chunk-CH7QIDHQ.js";
|
|
41
41
|
|
|
42
42
|
// src/version.ts
|
|
43
|
-
var VERSION = true ? "2.125.
|
|
43
|
+
var VERSION = true ? "2.125.7" : "dev";
|
|
44
44
|
|
|
45
45
|
// src/config/schemas-core.ts
|
|
46
46
|
import { z } from "zod";
|
|
@@ -2099,7 +2099,7 @@ async function runDoctorFix(result) {
|
|
|
2099
2099
|
writeLine2("\u2500".repeat(40));
|
|
2100
2100
|
let fixCount = 0;
|
|
2101
2101
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2102
|
-
const { runSetup } = await import("./setup-command-
|
|
2102
|
+
const { runSetup } = await import("./setup-command-ONA2CV56.js");
|
|
2103
2103
|
const setupResult = runSetup({
|
|
2104
2104
|
skipMcp: true,
|
|
2105
2105
|
skipRules: true,
|
|
@@ -2211,4 +2211,4 @@ export {
|
|
|
2211
2211
|
startStdioServer,
|
|
2212
2212
|
closeServer
|
|
2213
2213
|
};
|
|
2214
|
-
//# sourceMappingURL=chunk-
|
|
2214
|
+
//# sourceMappingURL=chunk-JE4R7TJP.js.map
|
|
@@ -123,7 +123,7 @@ import {
|
|
|
123
123
|
DEFAULT_TASK_TTL_MS,
|
|
124
124
|
DEFAULT_TOOL_RATE_LIMITS,
|
|
125
125
|
clampTaskTtl
|
|
126
|
-
} from "./chunk-
|
|
126
|
+
} from "./chunk-JE4R7TJP.js";
|
|
127
127
|
import {
|
|
128
128
|
resolveInsideRoot
|
|
129
129
|
} from "./chunk-NUBSJGQZ.js";
|
|
@@ -49789,4 +49789,4 @@ export {
|
|
|
49789
49789
|
shutdownFeedbackSubscriber,
|
|
49790
49790
|
createEventBusBridge
|
|
49791
49791
|
};
|
|
49792
|
-
//# sourceMappingURL=chunk-
|
|
49792
|
+
//# sourceMappingURL=chunk-ZU6V4KHZ.js.map
|
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-CZYGU2BL.js";
|
|
28
28
|
import "./chunk-MMWNGT2K.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-ZU6V4KHZ.js";
|
|
148
148
|
import "./chunk-3ACDP4E6.js";
|
|
149
149
|
import {
|
|
150
150
|
CATEGORY_DISPLAY_NAMES,
|
|
@@ -243,7 +243,7 @@ import {
|
|
|
243
243
|
loadConfig,
|
|
244
244
|
runDoctor,
|
|
245
245
|
validateNexusEnv
|
|
246
|
-
} from "./chunk-
|
|
246
|
+
} from "./chunk-JE4R7TJP.js";
|
|
247
247
|
import "./chunk-NUBSJGQZ.js";
|
|
248
248
|
import {
|
|
249
249
|
capitalize,
|
package/dist/index.js
CHANGED
|
@@ -519,7 +519,7 @@ import {
|
|
|
519
519
|
validateWorkflow,
|
|
520
520
|
validateWorkflowDependencies,
|
|
521
521
|
withLogging
|
|
522
|
-
} from "./chunk-
|
|
522
|
+
} from "./chunk-ZU6V4KHZ.js";
|
|
523
523
|
import "./chunk-3ACDP4E6.js";
|
|
524
524
|
import "./chunk-WAYGXUSM.js";
|
|
525
525
|
import {
|
|
@@ -726,7 +726,7 @@ import {
|
|
|
726
726
|
getKnownNexusVarNames,
|
|
727
727
|
startStdioServer,
|
|
728
728
|
validateNexusEnv
|
|
729
|
-
} from "./chunk-
|
|
729
|
+
} from "./chunk-JE4R7TJP.js";
|
|
730
730
|
import "./chunk-NUBSJGQZ.js";
|
|
731
731
|
import "./chunk-6T3EPABN.js";
|
|
732
732
|
import {
|
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
runWizard,
|
|
9
9
|
setupCommand,
|
|
10
10
|
setupCommandAsync
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-CZYGU2BL.js";
|
|
12
12
|
import "./chunk-MMWNGT2K.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-JE4R7TJP.js";
|
|
14
14
|
import "./chunk-NUBSJGQZ.js";
|
|
15
15
|
import "./chunk-6T3EPABN.js";
|
|
16
16
|
import "./chunk-QN3353M2.js";
|
|
@@ -34,4 +34,4 @@ export {
|
|
|
34
34
|
setupCommand,
|
|
35
35
|
setupCommandAsync
|
|
36
36
|
};
|
|
37
|
-
//# sourceMappingURL=setup-command-
|
|
37
|
+
//# sourceMappingURL=setup-command-ONA2CV56.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.125.
|
|
3
|
+
"version": "2.125.7",
|
|
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
|