nexus-agents 2.154.1 → 2.154.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-RW5ZE7IC.js → chunk-7RYZU642.js} +3 -3
- package/dist/{chunk-GCZHEGDC.js → chunk-DOXK4MOA.js} +2 -2
- package/dist/{chunk-3P5WC7AV.js → chunk-FBAHUNFK.js} +2 -2
- package/dist/cli.js +4 -4
- package/dist/cli.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/{setup-command-EWIFNU6P.js → setup-command-G7JW7TFX.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-RW5ZE7IC.js.map → chunk-7RYZU642.js.map} +0 -0
- /package/dist/{chunk-GCZHEGDC.js.map → chunk-DOXK4MOA.js.map} +0 -0
- /package/dist/{chunk-3P5WC7AV.js.map → chunk-FBAHUNFK.js.map} +0 -0
- /package/dist/{setup-command-EWIFNU6P.js.map → setup-command-G7JW7TFX.js.map} +0 -0
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
} from "./chunk-DHVMSIT5.js";
|
|
43
43
|
|
|
44
44
|
// src/version.ts
|
|
45
|
-
var VERSION = true ? "2.154.
|
|
45
|
+
var VERSION = true ? "2.154.2" : "dev";
|
|
46
46
|
|
|
47
47
|
// src/config/schemas-core.ts
|
|
48
48
|
import { z } from "zod";
|
|
@@ -2132,7 +2132,7 @@ async function runDoctorFix(result) {
|
|
|
2132
2132
|
writeLine2("\u2500".repeat(40));
|
|
2133
2133
|
let fixCount = 0;
|
|
2134
2134
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2135
|
-
const { runSetup } = await import("./setup-command-
|
|
2135
|
+
const { runSetup } = await import("./setup-command-G7JW7TFX.js");
|
|
2136
2136
|
const setupResult = runSetup({
|
|
2137
2137
|
skipMcp: true,
|
|
2138
2138
|
skipRules: true,
|
|
@@ -2245,4 +2245,4 @@ export {
|
|
|
2245
2245
|
startStdioServer,
|
|
2246
2246
|
closeServer
|
|
2247
2247
|
};
|
|
2248
|
-
//# sourceMappingURL=chunk-
|
|
2248
|
+
//# sourceMappingURL=chunk-7RYZU642.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-7RYZU642.js";
|
|
12
12
|
import {
|
|
13
13
|
BUILT_IN_EXPERTS
|
|
14
14
|
} from "./chunk-ZM4O442V.js";
|
|
@@ -2000,4 +2000,4 @@ export {
|
|
|
2000
2000
|
setupCommand,
|
|
2001
2001
|
setupCommandAsync
|
|
2002
2002
|
};
|
|
2003
|
-
//# sourceMappingURL=chunk-
|
|
2003
|
+
//# sourceMappingURL=chunk-DOXK4MOA.js.map
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
DEFAULT_TASK_TTL_MS,
|
|
19
19
|
DEFAULT_TOOL_RATE_LIMITS,
|
|
20
20
|
clampTaskTtl
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-7RYZU642.js";
|
|
22
22
|
import {
|
|
23
23
|
executeExpert
|
|
24
24
|
} from "./chunk-F5R53HDK.js";
|
|
@@ -51446,4 +51446,4 @@ export {
|
|
|
51446
51446
|
shutdownFeedbackSubscriber,
|
|
51447
51447
|
createEventBusBridge
|
|
51448
51448
|
};
|
|
51449
|
-
//# sourceMappingURL=chunk-
|
|
51449
|
+
//# sourceMappingURL=chunk-FBAHUNFK.js.map
|
package/dist/cli.js
CHANGED
|
@@ -22,7 +22,7 @@ import "./chunk-VHRF6VOS.js";
|
|
|
22
22
|
import {
|
|
23
23
|
setupCommandAsync,
|
|
24
24
|
verifyCommand
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-DOXK4MOA.js";
|
|
26
26
|
import "./chunk-SRT2VLNP.js";
|
|
27
27
|
import {
|
|
28
28
|
AuthHandler,
|
|
@@ -142,7 +142,7 @@ import {
|
|
|
142
142
|
validateCommand,
|
|
143
143
|
validateWorkflow,
|
|
144
144
|
wrapInMarkdownFence
|
|
145
|
-
} from "./chunk-
|
|
145
|
+
} from "./chunk-FBAHUNFK.js";
|
|
146
146
|
import "./chunk-CBGVR52X.js";
|
|
147
147
|
import "./chunk-52UVXXYA.js";
|
|
148
148
|
import "./chunk-HFOQKCD2.js";
|
|
@@ -170,7 +170,7 @@ import {
|
|
|
170
170
|
loadConfig,
|
|
171
171
|
runDoctor,
|
|
172
172
|
validateNexusEnv
|
|
173
|
-
} from "./chunk-
|
|
173
|
+
} from "./chunk-7RYZU642.js";
|
|
174
174
|
import "./chunk-XNW3W2OU.js";
|
|
175
175
|
import {
|
|
176
176
|
shutdownExpertBridge
|
|
@@ -24793,7 +24793,7 @@ function getRemediationGuard() {
|
|
|
24793
24793
|
|
|
24794
24794
|
// src/mcp/tools/improvement-enforce-readiness.ts
|
|
24795
24795
|
var DEFAULT_ENFORCE_READINESS_CONFIG = {
|
|
24796
|
-
minShadowSelections:
|
|
24796
|
+
minShadowSelections: 100,
|
|
24797
24797
|
minJudgedRate: 0.8,
|
|
24798
24798
|
minSoundnessRate: 0.9,
|
|
24799
24799
|
requireNamedEvaluator: true,
|