nexus-agents 2.128.3 → 2.128.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-ND7FZ53Q.js → chunk-C2VEMJAJ.js} +2 -2
- package/dist/{chunk-3Y2OKEHQ.js → chunk-IFJQPEOV.js} +13 -3
- package/dist/{chunk-3Y2OKEHQ.js.map → chunk-IFJQPEOV.js.map} +1 -1
- package/dist/{chunk-AOVWC7LS.js → chunk-IKWTX7PW.js} +3 -3
- package/dist/cli.js +3 -3
- package/dist/index.d.ts +6 -0
- package/dist/index.js +2 -2
- package/dist/{setup-command-C6MGIEZJ.js → setup-command-HDI4JUYO.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-ND7FZ53Q.js.map → chunk-C2VEMJAJ.js.map} +0 -0
- /package/dist/{chunk-AOVWC7LS.js.map → chunk-IKWTX7PW.js.map} +0 -0
- /package/dist/{setup-command-C6MGIEZJ.js.map → setup-command-HDI4JUYO.js.map} +0 -0
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
} from "./chunk-ZGLIHPGJ.js";
|
|
41
41
|
|
|
42
42
|
// src/version.ts
|
|
43
|
-
var VERSION = true ? "2.128.
|
|
43
|
+
var VERSION = true ? "2.128.4" : "dev";
|
|
44
44
|
|
|
45
45
|
// src/config/schemas-core.ts
|
|
46
46
|
import { z } from "zod";
|
|
@@ -2122,7 +2122,7 @@ async function runDoctorFix(result) {
|
|
|
2122
2122
|
writeLine2("\u2500".repeat(40));
|
|
2123
2123
|
let fixCount = 0;
|
|
2124
2124
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2125
|
-
const { runSetup } = await import("./setup-command-
|
|
2125
|
+
const { runSetup } = await import("./setup-command-HDI4JUYO.js");
|
|
2126
2126
|
const setupResult = runSetup({
|
|
2127
2127
|
skipMcp: true,
|
|
2128
2128
|
skipRules: true,
|
|
@@ -2234,4 +2234,4 @@ export {
|
|
|
2234
2234
|
startStdioServer,
|
|
2235
2235
|
closeServer
|
|
2236
2236
|
};
|
|
2237
|
-
//# sourceMappingURL=chunk-
|
|
2237
|
+
//# sourceMappingURL=chunk-IKWTX7PW.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-C2VEMJAJ.js";
|
|
28
28
|
import "./chunk-V2E74WBI.js";
|
|
29
29
|
import {
|
|
30
30
|
AuthHandler,
|
|
@@ -144,7 +144,7 @@ import {
|
|
|
144
144
|
validateCommand,
|
|
145
145
|
validateWorkflow,
|
|
146
146
|
wrapInMarkdownFence
|
|
147
|
-
} from "./chunk-
|
|
147
|
+
} from "./chunk-IFJQPEOV.js";
|
|
148
148
|
import "./chunk-GO7JE2MA.js";
|
|
149
149
|
import "./chunk-3ACDP4E6.js";
|
|
150
150
|
import {
|
|
@@ -252,7 +252,7 @@ import {
|
|
|
252
252
|
loadConfig,
|
|
253
253
|
runDoctor,
|
|
254
254
|
validateNexusEnv
|
|
255
|
-
} from "./chunk-
|
|
255
|
+
} from "./chunk-IKWTX7PW.js";
|
|
256
256
|
import "./chunk-NUBSJGQZ.js";
|
|
257
257
|
import {
|
|
258
258
|
capitalize,
|
package/dist/index.d.ts
CHANGED
|
@@ -23723,6 +23723,12 @@ interface ExecuteExpertResponse {
|
|
|
23723
23723
|
error?: string;
|
|
23724
23724
|
/** Model used for execution (Issue #817) */
|
|
23725
23725
|
modelUsed?: string;
|
|
23726
|
+
/**
|
|
23727
|
+
* The expert's self-reported confidence in `[0, 1]` (#3766). Present only when
|
|
23728
|
+
* the expert emitted an {@link ExpertOutput}-shaped analysis carrying a numeric
|
|
23729
|
+
* confidence; absent for plain-string outputs. Consumers can route/weight on it.
|
|
23730
|
+
*/
|
|
23731
|
+
confidence?: number;
|
|
23726
23732
|
}
|
|
23727
23733
|
/**
|
|
23728
23734
|
* Registers the execute_expert tool with the MCP server.
|
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-IFJQPEOV.js";
|
|
524
524
|
import {
|
|
525
525
|
FALLBACK_SCANNER_DATA,
|
|
526
526
|
buildPlanFromAnalysis,
|
|
@@ -722,7 +722,7 @@ import {
|
|
|
722
722
|
getKnownNexusVarNames,
|
|
723
723
|
startStdioServer,
|
|
724
724
|
validateNexusEnv
|
|
725
|
-
} from "./chunk-
|
|
725
|
+
} from "./chunk-IKWTX7PW.js";
|
|
726
726
|
import "./chunk-NUBSJGQZ.js";
|
|
727
727
|
import "./chunk-6T3EPABN.js";
|
|
728
728
|
import {
|
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
runWizard,
|
|
9
9
|
setupCommand,
|
|
10
10
|
setupCommandAsync
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-C2VEMJAJ.js";
|
|
12
12
|
import "./chunk-V2E74WBI.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-IKWTX7PW.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-HDI4JUYO.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.128.
|
|
3
|
+
"version": "2.128.4",
|
|
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
|