nexus-agents 2.63.5 → 2.64.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-LDLLFUM4.js → chunk-KTL65MHM.js} +2 -2
- package/dist/{chunk-3K6O2OL5.js → chunk-Q3PDQ3FZ.js} +3 -3
- package/dist/{chunk-LQPW7LIC.js → chunk-RLLMWZAE.js} +1150 -477
- package/dist/chunk-RLLMWZAE.js.map +1 -0
- package/dist/cli.js +35 -13
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +0 -32
- package/dist/index.js +2 -2
- package/dist/{setup-command-F3NRMEDS.js → setup-command-MDGZYUW5.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-LQPW7LIC.js.map +0 -1
- /package/dist/{chunk-LDLLFUM4.js.map → chunk-KTL65MHM.js.map} +0 -0
- /package/dist/{chunk-3K6O2OL5.js.map → chunk-Q3PDQ3FZ.js.map} +0 -0
- /package/dist/{setup-command-F3NRMEDS.js.map → setup-command-MDGZYUW5.js.map} +0 -0
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-Q3PDQ3FZ.js";
|
|
12
12
|
import {
|
|
13
13
|
BUILT_IN_EXPERTS
|
|
14
14
|
} from "./chunk-O3CBMPGT.js";
|
|
@@ -1933,4 +1933,4 @@ export {
|
|
|
1933
1933
|
setupCommand,
|
|
1934
1934
|
setupCommandAsync
|
|
1935
1935
|
};
|
|
1936
|
-
//# sourceMappingURL=chunk-
|
|
1936
|
+
//# sourceMappingURL=chunk-KTL65MHM.js.map
|
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
} from "./chunk-FDNWRZNJ.js";
|
|
39
39
|
|
|
40
40
|
// src/version.ts
|
|
41
|
-
var VERSION = true ? "2.
|
|
41
|
+
var VERSION = true ? "2.64.0" : "dev";
|
|
42
42
|
|
|
43
43
|
// src/config/schemas-core.ts
|
|
44
44
|
import { z } from "zod";
|
|
@@ -2024,7 +2024,7 @@ async function runDoctorFix(result) {
|
|
|
2024
2024
|
writeLine2("\u2500".repeat(40));
|
|
2025
2025
|
let fixCount = 0;
|
|
2026
2026
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2027
|
-
const { runSetup } = await import("./setup-command-
|
|
2027
|
+
const { runSetup } = await import("./setup-command-MDGZYUW5.js");
|
|
2028
2028
|
const setupResult = runSetup({
|
|
2029
2029
|
skipMcp: true,
|
|
2030
2030
|
skipRules: true,
|
|
@@ -2134,4 +2134,4 @@ export {
|
|
|
2134
2134
|
startStdioServer,
|
|
2135
2135
|
closeServer
|
|
2136
2136
|
};
|
|
2137
|
-
//# sourceMappingURL=chunk-
|
|
2137
|
+
//# sourceMappingURL=chunk-Q3PDQ3FZ.js.map
|