nexus-agents 2.110.1 → 2.111.0
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-TFVXVZJT.js → chunk-G6JFRU5Z.js} +3 -3
- package/dist/{chunk-U5OIIEHP.js → chunk-JEAS3Q3P.js} +2 -2
- package/dist/{chunk-WK4CUEF4.js → chunk-RHJLO7F4.js} +2 -2
- package/dist/cli.js +3 -3
- package/dist/index.js +2 -2
- package/dist/{setup-command-54J2SNMM.js → setup-command-YJEJM76A.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-TFVXVZJT.js.map → chunk-G6JFRU5Z.js.map} +0 -0
- /package/dist/{chunk-U5OIIEHP.js.map → chunk-JEAS3Q3P.js.map} +0 -0
- /package/dist/{chunk-WK4CUEF4.js.map → chunk-RHJLO7F4.js.map} +0 -0
- /package/dist/{setup-command-54J2SNMM.js.map → setup-command-YJEJM76A.js.map} +0 -0
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
} from "./chunk-CH7QIDHQ.js";
|
|
41
41
|
|
|
42
42
|
// src/version.ts
|
|
43
|
-
var VERSION = true ? "2.
|
|
43
|
+
var VERSION = true ? "2.111.0" : "dev";
|
|
44
44
|
|
|
45
45
|
// src/config/schemas-core.ts
|
|
46
46
|
import { z } from "zod";
|
|
@@ -2096,7 +2096,7 @@ async function runDoctorFix(result) {
|
|
|
2096
2096
|
writeLine2("\u2500".repeat(40));
|
|
2097
2097
|
let fixCount = 0;
|
|
2098
2098
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2099
|
-
const { runSetup } = await import("./setup-command-
|
|
2099
|
+
const { runSetup } = await import("./setup-command-YJEJM76A.js");
|
|
2100
2100
|
const setupResult = runSetup({
|
|
2101
2101
|
skipMcp: true,
|
|
2102
2102
|
skipRules: true,
|
|
@@ -2208,4 +2208,4 @@ export {
|
|
|
2208
2208
|
startStdioServer,
|
|
2209
2209
|
closeServer
|
|
2210
2210
|
};
|
|
2211
|
-
//# sourceMappingURL=chunk-
|
|
2211
|
+
//# sourceMappingURL=chunk-G6JFRU5Z.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-G6JFRU5Z.js";
|
|
12
12
|
import {
|
|
13
13
|
probeAllClis
|
|
14
14
|
} from "./chunk-F2ULTSZ6.js";
|
|
@@ -1987,4 +1987,4 @@ export {
|
|
|
1987
1987
|
setupCommand,
|
|
1988
1988
|
setupCommandAsync
|
|
1989
1989
|
};
|
|
1990
|
-
//# sourceMappingURL=chunk-
|
|
1990
|
+
//# sourceMappingURL=chunk-JEAS3Q3P.js.map
|
|
@@ -93,7 +93,7 @@ import {
|
|
|
93
93
|
DEFAULT_TASK_TTL_MS,
|
|
94
94
|
DEFAULT_TOOL_RATE_LIMITS,
|
|
95
95
|
clampTaskTtl
|
|
96
|
-
} from "./chunk-
|
|
96
|
+
} from "./chunk-G6JFRU5Z.js";
|
|
97
97
|
import {
|
|
98
98
|
resolveInsideRoot
|
|
99
99
|
} from "./chunk-NUBSJGQZ.js";
|
|
@@ -50920,4 +50920,4 @@ export {
|
|
|
50920
50920
|
detectBackend,
|
|
50921
50921
|
createTaskTracker
|
|
50922
50922
|
};
|
|
50923
|
-
//# sourceMappingURL=chunk-
|
|
50923
|
+
//# sourceMappingURL=chunk-RHJLO7F4.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-JEAS3Q3P.js";
|
|
28
28
|
import "./chunk-VQVKI4XO.js";
|
|
29
29
|
import {
|
|
30
30
|
AuthHandler,
|
|
@@ -166,7 +166,7 @@ import {
|
|
|
166
166
|
validateCommand,
|
|
167
167
|
validateWorkflow,
|
|
168
168
|
wrapInMarkdownFence
|
|
169
|
-
} from "./chunk-
|
|
169
|
+
} from "./chunk-RHJLO7F4.js";
|
|
170
170
|
import "./chunk-3ACDP4E6.js";
|
|
171
171
|
import {
|
|
172
172
|
resolveToken
|
|
@@ -249,7 +249,7 @@ import {
|
|
|
249
249
|
loadConfig,
|
|
250
250
|
runDoctor,
|
|
251
251
|
validateNexusEnv
|
|
252
|
-
} from "./chunk-
|
|
252
|
+
} from "./chunk-G6JFRU5Z.js";
|
|
253
253
|
import "./chunk-NUBSJGQZ.js";
|
|
254
254
|
import {
|
|
255
255
|
capitalize,
|
package/dist/index.js
CHANGED
|
@@ -517,7 +517,7 @@ import {
|
|
|
517
517
|
validateWorkflow,
|
|
518
518
|
validateWorkflowDependencies,
|
|
519
519
|
withLogging
|
|
520
|
-
} from "./chunk-
|
|
520
|
+
} from "./chunk-RHJLO7F4.js";
|
|
521
521
|
import "./chunk-3ACDP4E6.js";
|
|
522
522
|
import {
|
|
523
523
|
getTokenEnvVars,
|
|
@@ -723,7 +723,7 @@ import {
|
|
|
723
723
|
getKnownNexusVarNames,
|
|
724
724
|
startStdioServer,
|
|
725
725
|
validateNexusEnv
|
|
726
|
-
} from "./chunk-
|
|
726
|
+
} from "./chunk-G6JFRU5Z.js";
|
|
727
727
|
import "./chunk-NUBSJGQZ.js";
|
|
728
728
|
import "./chunk-6T3EPABN.js";
|
|
729
729
|
import {
|
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
runWizard,
|
|
9
9
|
setupCommand,
|
|
10
10
|
setupCommandAsync
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-JEAS3Q3P.js";
|
|
12
12
|
import "./chunk-VQVKI4XO.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-G6JFRU5Z.js";
|
|
14
14
|
import "./chunk-NUBSJGQZ.js";
|
|
15
15
|
import "./chunk-6T3EPABN.js";
|
|
16
16
|
import "./chunk-F2ULTSZ6.js";
|
|
@@ -34,4 +34,4 @@ export {
|
|
|
34
34
|
setupCommand,
|
|
35
35
|
setupCommandAsync
|
|
36
36
|
};
|
|
37
|
-
//# sourceMappingURL=setup-command-
|
|
37
|
+
//# sourceMappingURL=setup-command-YJEJM76A.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.111.0",
|
|
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
|