nexus-agents 2.132.0 → 2.132.1
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-2JZ55G3X.js → chunk-EEQVXGZ2.js} +2 -2
- package/dist/{chunk-RR7Q2HFH.js → chunk-NXTFB3HA.js} +2 -2
- package/dist/{chunk-FRHC77VK.js → chunk-P6FBH2UG.js} +3 -3
- package/dist/cli.js +3 -3
- package/dist/index.js +2 -2
- package/dist/{setup-command-CNYIKBY7.js → setup-command-MFKD5IJT.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-2JZ55G3X.js.map → chunk-EEQVXGZ2.js.map} +0 -0
- /package/dist/{chunk-RR7Q2HFH.js.map → chunk-NXTFB3HA.js.map} +0 -0
- /package/dist/{chunk-FRHC77VK.js.map → chunk-P6FBH2UG.js.map} +0 -0
- /package/dist/{setup-command-CNYIKBY7.js.map → setup-command-MFKD5IJT.js.map} +0 -0
|
@@ -124,7 +124,7 @@ import {
|
|
|
124
124
|
DEFAULT_TASK_TTL_MS,
|
|
125
125
|
DEFAULT_TOOL_RATE_LIMITS,
|
|
126
126
|
clampTaskTtl
|
|
127
|
-
} from "./chunk-
|
|
127
|
+
} from "./chunk-P6FBH2UG.js";
|
|
128
128
|
import {
|
|
129
129
|
resolveInsideRoot
|
|
130
130
|
} from "./chunk-NUBSJGQZ.js";
|
|
@@ -50849,4 +50849,4 @@ export {
|
|
|
50849
50849
|
shutdownFeedbackSubscriber,
|
|
50850
50850
|
createEventBusBridge
|
|
50851
50851
|
};
|
|
50852
|
-
//# sourceMappingURL=chunk-
|
|
50852
|
+
//# sourceMappingURL=chunk-EEQVXGZ2.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-P6FBH2UG.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-NXTFB3HA.js.map
|
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
} from "./chunk-RUSP5PJR.js";
|
|
41
41
|
|
|
42
42
|
// src/version.ts
|
|
43
|
-
var VERSION = true ? "2.132.
|
|
43
|
+
var VERSION = true ? "2.132.1" : "dev";
|
|
44
44
|
|
|
45
45
|
// src/config/schemas-core.ts
|
|
46
46
|
import { z } from "zod";
|
|
@@ -2126,7 +2126,7 @@ async function runDoctorFix(result) {
|
|
|
2126
2126
|
writeLine2("\u2500".repeat(40));
|
|
2127
2127
|
let fixCount = 0;
|
|
2128
2128
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2129
|
-
const { runSetup } = await import("./setup-command-
|
|
2129
|
+
const { runSetup } = await import("./setup-command-MFKD5IJT.js");
|
|
2130
2130
|
const setupResult = runSetup({
|
|
2131
2131
|
skipMcp: true,
|
|
2132
2132
|
skipRules: true,
|
|
@@ -2238,4 +2238,4 @@ export {
|
|
|
2238
2238
|
startStdioServer,
|
|
2239
2239
|
closeServer
|
|
2240
2240
|
};
|
|
2241
|
-
//# sourceMappingURL=chunk-
|
|
2241
|
+
//# sourceMappingURL=chunk-P6FBH2UG.js.map
|
package/dist/cli.js
CHANGED
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
import {
|
|
23
23
|
setupCommandAsync,
|
|
24
24
|
verifyCommand
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-NXTFB3HA.js";
|
|
26
26
|
import "./chunk-QLRH6KOT.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-EEQVXGZ2.js";
|
|
146
146
|
import "./chunk-GET2MTLW.js";
|
|
147
147
|
import "./chunk-3ACDP4E6.js";
|
|
148
148
|
import {
|
|
@@ -253,7 +253,7 @@ import {
|
|
|
253
253
|
loadConfig,
|
|
254
254
|
runDoctor,
|
|
255
255
|
validateNexusEnv
|
|
256
|
-
} from "./chunk-
|
|
256
|
+
} from "./chunk-P6FBH2UG.js";
|
|
257
257
|
import "./chunk-NUBSJGQZ.js";
|
|
258
258
|
import {
|
|
259
259
|
capitalize,
|
package/dist/index.js
CHANGED
|
@@ -520,7 +520,7 @@ import {
|
|
|
520
520
|
validateWorkflow,
|
|
521
521
|
validateWorkflowDependencies,
|
|
522
522
|
withLogging
|
|
523
|
-
} from "./chunk-
|
|
523
|
+
} from "./chunk-EEQVXGZ2.js";
|
|
524
524
|
import {
|
|
525
525
|
FALLBACK_SCANNER_DATA,
|
|
526
526
|
buildPlanFromAnalysis,
|
|
@@ -723,7 +723,7 @@ import {
|
|
|
723
723
|
getKnownNexusVarNames,
|
|
724
724
|
startStdioServer,
|
|
725
725
|
validateNexusEnv
|
|
726
|
-
} from "./chunk-
|
|
726
|
+
} from "./chunk-P6FBH2UG.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-NXTFB3HA.js";
|
|
12
12
|
import "./chunk-QLRH6KOT.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-P6FBH2UG.js";
|
|
14
14
|
import "./chunk-NUBSJGQZ.js";
|
|
15
15
|
import "./chunk-6T3EPABN.js";
|
|
16
16
|
import "./chunk-ZM4O442V.js";
|
|
@@ -34,4 +34,4 @@ export {
|
|
|
34
34
|
setupCommand,
|
|
35
35
|
setupCommandAsync
|
|
36
36
|
};
|
|
37
|
-
//# sourceMappingURL=setup-command-
|
|
37
|
+
//# sourceMappingURL=setup-command-MFKD5IJT.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.132.
|
|
3
|
+
"version": "2.132.1",
|
|
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
|