nexus-agents 3.6.3 → 3.6.4
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-25W3CVW5.js → chunk-2TSXBISI.js} +2 -2
- package/dist/{chunk-BO65VUSI.js → chunk-LEU3OISH.js} +3 -3
- package/dist/{chunk-EGLNEVBG.js → chunk-QMGVJYGO.js} +2 -2
- package/dist/cli.js +3 -3
- package/dist/index.js +2 -2
- package/dist/{setup-command-FPNL5NXQ.js → setup-command-HANW3KOD.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-25W3CVW5.js.map → chunk-2TSXBISI.js.map} +0 -0
- /package/dist/{chunk-BO65VUSI.js.map → chunk-LEU3OISH.js.map} +0 -0
- /package/dist/{chunk-EGLNEVBG.js.map → chunk-QMGVJYGO.js.map} +0 -0
- /package/dist/{setup-command-FPNL5NXQ.js.map → setup-command-HANW3KOD.js.map} +0 -0
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
DEFAULT_TASK_TTL_MS,
|
|
23
23
|
DEFAULT_TOOL_RATE_LIMITS,
|
|
24
24
|
clampTaskTtl
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-LEU3OISH.js";
|
|
26
26
|
import {
|
|
27
27
|
executeExpert
|
|
28
28
|
} from "./chunk-56GTITUT.js";
|
|
@@ -54255,4 +54255,4 @@ export {
|
|
|
54255
54255
|
shutdownFeedbackSubscriber,
|
|
54256
54256
|
createEventBusBridge
|
|
54257
54257
|
};
|
|
54258
|
-
//# sourceMappingURL=chunk-
|
|
54258
|
+
//# sourceMappingURL=chunk-2TSXBISI.js.map
|
|
@@ -49,7 +49,7 @@ import {
|
|
|
49
49
|
} from "./chunk-OQLFRJCW.js";
|
|
50
50
|
|
|
51
51
|
// src/version.ts
|
|
52
|
-
var VERSION = true ? "3.6.
|
|
52
|
+
var VERSION = true ? "3.6.4" : "dev";
|
|
53
53
|
|
|
54
54
|
// src/config/schemas-core.ts
|
|
55
55
|
import { z } from "zod";
|
|
@@ -2303,7 +2303,7 @@ async function runDoctorFix(result) {
|
|
|
2303
2303
|
writeLine2("\u2500".repeat(40));
|
|
2304
2304
|
let fixCount = 0;
|
|
2305
2305
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2306
|
-
const { runSetup } = await import("./setup-command-
|
|
2306
|
+
const { runSetup } = await import("./setup-command-HANW3KOD.js");
|
|
2307
2307
|
const setupResult = runSetup({
|
|
2308
2308
|
skipMcp: true,
|
|
2309
2309
|
skipRules: true,
|
|
@@ -2416,4 +2416,4 @@ export {
|
|
|
2416
2416
|
startStdioServer,
|
|
2417
2417
|
closeServer
|
|
2418
2418
|
};
|
|
2419
|
-
//# sourceMappingURL=chunk-
|
|
2419
|
+
//# sourceMappingURL=chunk-LEU3OISH.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-LEU3OISH.js";
|
|
12
12
|
import {
|
|
13
13
|
BUILT_IN_EXPERTS
|
|
14
14
|
} from "./chunk-YPNQPT2F.js";
|
|
@@ -2001,4 +2001,4 @@ export {
|
|
|
2001
2001
|
setupCommand,
|
|
2002
2002
|
setupCommandAsync
|
|
2003
2003
|
};
|
|
2004
|
-
//# sourceMappingURL=chunk-
|
|
2004
|
+
//# sourceMappingURL=chunk-QMGVJYGO.js.map
|
package/dist/cli.js
CHANGED
|
@@ -18,7 +18,7 @@ import "./chunk-CFJV3CEA.js";
|
|
|
18
18
|
import {
|
|
19
19
|
setupCommandAsync,
|
|
20
20
|
verifyCommand
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-QMGVJYGO.js";
|
|
22
22
|
import "./chunk-KJY3WZJY.js";
|
|
23
23
|
import {
|
|
24
24
|
AuthHandler,
|
|
@@ -139,7 +139,7 @@ import {
|
|
|
139
139
|
validateCommand,
|
|
140
140
|
validateWorkflow,
|
|
141
141
|
wrapInMarkdownFence
|
|
142
|
-
} from "./chunk-
|
|
142
|
+
} from "./chunk-2TSXBISI.js";
|
|
143
143
|
import "./chunk-WSFTWS2A.js";
|
|
144
144
|
import "./chunk-HFOQKCD2.js";
|
|
145
145
|
import "./chunk-BQTMMLQQ.js";
|
|
@@ -166,7 +166,7 @@ import {
|
|
|
166
166
|
loadConfig,
|
|
167
167
|
runDoctor,
|
|
168
168
|
validateNexusEnv
|
|
169
|
-
} from "./chunk-
|
|
169
|
+
} from "./chunk-LEU3OISH.js";
|
|
170
170
|
import {
|
|
171
171
|
buildOpenAICompatAdapters,
|
|
172
172
|
readOpenAICompatEnv
|
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-2TSXBISI.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-LEU3OISH.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-QMGVJYGO.js";
|
|
12
12
|
import "./chunk-KJY3WZJY.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-LEU3OISH.js";
|
|
14
14
|
import "./chunk-PGNOJRUL.js";
|
|
15
15
|
import "./chunk-6LZNWY4D.js";
|
|
16
16
|
import "./chunk-NUBSJGQZ.js";
|
|
@@ -40,4 +40,4 @@ export {
|
|
|
40
40
|
setupCommand,
|
|
41
41
|
setupCommandAsync
|
|
42
42
|
};
|
|
43
|
-
//# sourceMappingURL=setup-command-
|
|
43
|
+
//# sourceMappingURL=setup-command-HANW3KOD.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.4",
|
|
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
|