nexus-agents 2.150.3 → 2.150.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-NQN3RNFP.js → chunk-4ELTYI33.js} +2 -2
- package/dist/{chunk-SF3AM3SY.js → chunk-CB234Y3O.js} +86 -11
- package/dist/chunk-CB234Y3O.js.map +1 -0
- package/dist/{chunk-OSOHRYY5.js → chunk-GTG2XFAS.js} +4 -4
- package/dist/{chunk-DFK6H3KT.js → chunk-UIUTDHRX.js} +3 -3
- package/dist/cli.js +4 -4
- package/dist/{consensus-vote-3R7MNO26.js → consensus-vote-7R6RNZXS.js} +2 -2
- package/dist/index.js +4 -4
- package/dist/{setup-command-PPHPJCSN.js → setup-command-OL2A2GCI.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-SF3AM3SY.js.map +0 -1
- /package/dist/{chunk-NQN3RNFP.js.map → chunk-4ELTYI33.js.map} +0 -0
- /package/dist/{chunk-OSOHRYY5.js.map → chunk-GTG2XFAS.js.map} +0 -0
- /package/dist/{chunk-DFK6H3KT.js.map → chunk-UIUTDHRX.js.map} +0 -0
- /package/dist/{consensus-vote-3R7MNO26.js.map → consensus-vote-7R6RNZXS.js.map} +0 -0
- /package/dist/{setup-command-PPHPJCSN.js.map → setup-command-OL2A2GCI.js.map} +0 -0
|
@@ -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-UIUTDHRX.js";
|
|
22
22
|
import {
|
|
23
23
|
executeExpert
|
|
24
24
|
} from "./chunk-JYHSZDKL.js";
|
|
@@ -41,7 +41,7 @@ import {
|
|
|
41
41
|
toJobSummary,
|
|
42
42
|
warnIfSimulatedOutsideTests,
|
|
43
43
|
writeJobCancelled
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-CB234Y3O.js";
|
|
45
45
|
import {
|
|
46
46
|
normalizeTopicToCanonical,
|
|
47
47
|
synthesizeResearch
|
|
@@ -43446,7 +43446,7 @@ ${contextBlock}`;
|
|
|
43446
43446
|
const strategy = config.votingStrategy ?? "higher_order";
|
|
43447
43447
|
await postProgress(config, "Vote", `Running consensus with ${strategy} strategy...`);
|
|
43448
43448
|
try {
|
|
43449
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
43449
|
+
const { executeVoting } = await import("./consensus-vote-7R6RNZXS.js");
|
|
43450
43450
|
const votingResult = await executeVoting(
|
|
43451
43451
|
{
|
|
43452
43452
|
proposal: buildVoteProposal(plan, research),
|
|
@@ -51228,4 +51228,4 @@ export {
|
|
|
51228
51228
|
shutdownFeedbackSubscriber,
|
|
51229
51229
|
createEventBusBridge
|
|
51230
51230
|
};
|
|
51231
|
-
//# sourceMappingURL=chunk-
|
|
51231
|
+
//# sourceMappingURL=chunk-GTG2XFAS.js.map
|
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
} from "./chunk-DHVMSIT5.js";
|
|
43
43
|
|
|
44
44
|
// src/version.ts
|
|
45
|
-
var VERSION = true ? "2.150.
|
|
45
|
+
var VERSION = true ? "2.150.4" : "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-OL2A2GCI.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-UIUTDHRX.js.map
|
package/dist/cli.js
CHANGED
|
@@ -22,7 +22,7 @@ import "./chunk-M4YN3U3P.js";
|
|
|
22
22
|
import {
|
|
23
23
|
setupCommandAsync,
|
|
24
24
|
verifyCommand
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-4ELTYI33.js";
|
|
26
26
|
import "./chunk-CD7FU55Z.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-GTG2XFAS.js";
|
|
146
146
|
import "./chunk-CMAQI2SJ.js";
|
|
147
147
|
import "./chunk-T2SGTVB4.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-UIUTDHRX.js";
|
|
174
174
|
import "./chunk-GMQH2I4P.js";
|
|
175
175
|
import {
|
|
176
176
|
shutdownExpertBridge
|
|
@@ -183,7 +183,7 @@ import {
|
|
|
183
183
|
VoteThresholdSchema,
|
|
184
184
|
executeVoting,
|
|
185
185
|
registerConsensusVoteTool
|
|
186
|
-
} from "./chunk-
|
|
186
|
+
} from "./chunk-CB234Y3O.js";
|
|
187
187
|
import {
|
|
188
188
|
loadUsageEvents,
|
|
189
189
|
rollupByModel
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
registerConsensusVoteTool,
|
|
8
8
|
resetCorrelationTracker,
|
|
9
9
|
runConsensusForGoal
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-CB234Y3O.js";
|
|
11
11
|
import "./chunk-XSA7VZCU.js";
|
|
12
12
|
import "./chunk-LXTTRYAT.js";
|
|
13
13
|
import "./chunk-HQLZ7ORH.js";
|
|
@@ -37,4 +37,4 @@ export {
|
|
|
37
37
|
resetCorrelationTracker,
|
|
38
38
|
runConsensusForGoal
|
|
39
39
|
};
|
|
40
|
-
//# sourceMappingURL=consensus-vote-
|
|
40
|
+
//# sourceMappingURL=consensus-vote-7R6RNZXS.js.map
|
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-GTG2XFAS.js";
|
|
524
524
|
import {
|
|
525
525
|
OPENAI_MODELS,
|
|
526
526
|
OPENAI_MODEL_ALIASES,
|
|
@@ -560,7 +560,7 @@ import {
|
|
|
560
560
|
getKnownNexusVarNames,
|
|
561
561
|
startStdioServer,
|
|
562
562
|
validateNexusEnv
|
|
563
|
-
} from "./chunk-
|
|
563
|
+
} from "./chunk-UIUTDHRX.js";
|
|
564
564
|
import {
|
|
565
565
|
CliCircuitBreakerIntegration,
|
|
566
566
|
createCliCircuitBreakerIntegration
|
|
@@ -616,7 +616,7 @@ import {
|
|
|
616
616
|
generateProposalId,
|
|
617
617
|
parseAgentPairKey,
|
|
618
618
|
registerConsensusVoteTool
|
|
619
|
-
} from "./chunk-
|
|
619
|
+
} from "./chunk-CB234Y3O.js";
|
|
620
620
|
import "./chunk-XSA7VZCU.js";
|
|
621
621
|
import "./chunk-7ZMOF54O.js";
|
|
622
622
|
import {
|
|
@@ -5955,7 +5955,7 @@ function buildVotingInput(plan, config) {
|
|
|
5955
5955
|
}
|
|
5956
5956
|
async function executeSingleVote(plan, config, log) {
|
|
5957
5957
|
try {
|
|
5958
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
5958
|
+
const { executeVoting } = await import("./consensus-vote-7R6RNZXS.js");
|
|
5959
5959
|
const input = buildVotingInput(plan, config);
|
|
5960
5960
|
const result = await executeVoting(input, log);
|
|
5961
5961
|
return parseVotingResult(result);
|
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
runWizard,
|
|
9
9
|
setupCommand,
|
|
10
10
|
setupCommandAsync
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-4ELTYI33.js";
|
|
12
12
|
import "./chunk-CD7FU55Z.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-UIUTDHRX.js";
|
|
14
14
|
import "./chunk-NUBSJGQZ.js";
|
|
15
15
|
import "./chunk-6T3EPABN.js";
|
|
16
16
|
import "./chunk-ZM4O442V.js";
|
|
@@ -35,4 +35,4 @@ export {
|
|
|
35
35
|
setupCommand,
|
|
36
36
|
setupCommandAsync
|
|
37
37
|
};
|
|
38
|
-
//# sourceMappingURL=setup-command-
|
|
38
|
+
//# sourceMappingURL=setup-command-OL2A2GCI.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.150.
|
|
3
|
+
"version": "2.150.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",
|