nexus-agents 2.156.0 → 2.157.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-GAZMJBCK.js → chunk-3SE57WOV.js} +40 -19
- package/dist/{chunk-GAZMJBCK.js.map → chunk-3SE57WOV.js.map} +1 -1
- package/dist/{chunk-ODE5GDJ7.js → chunk-553QYRXJ.js} +2 -2
- package/dist/{chunk-IDOAR55M.js → chunk-OXYGRB4C.js} +6 -3
- package/dist/chunk-OXYGRB4C.js.map +1 -0
- package/dist/{chunk-BEJWHTRX.js → chunk-TT4ZITRU.js} +27 -5
- package/dist/chunk-TT4ZITRU.js.map +1 -0
- package/dist/cli.js +4 -4
- package/dist/{consensus-vote-6REGRDS6.js → consensus-vote-7EBYYBCQ.js} +2 -2
- package/dist/index.js +4 -4
- package/dist/{setup-command-KTFOFNJZ.js → setup-command-FJ2II5YH.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-BEJWHTRX.js.map +0 -1
- package/dist/chunk-IDOAR55M.js.map +0 -1
- /package/dist/{chunk-ODE5GDJ7.js.map → chunk-553QYRXJ.js.map} +0 -0
- /package/dist/{consensus-vote-6REGRDS6.js.map → consensus-vote-7EBYYBCQ.js.map} +0 -0
- /package/dist/{setup-command-KTFOFNJZ.js.map → setup-command-FJ2II5YH.js.map} +0 -0
package/dist/cli.js
CHANGED
|
@@ -22,7 +22,7 @@ import "./chunk-SCJ2EB6Z.js";
|
|
|
22
22
|
import {
|
|
23
23
|
setupCommandAsync,
|
|
24
24
|
verifyCommand
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-553QYRXJ.js";
|
|
26
26
|
import "./chunk-5ULXLPVP.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-3SE57WOV.js";
|
|
146
146
|
import "./chunk-EJ3MAR5M.js";
|
|
147
147
|
import "./chunk-5FH7QZIT.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-OXYGRB4C.js";
|
|
174
174
|
import "./chunk-AEPCCXMK.js";
|
|
175
175
|
import {
|
|
176
176
|
shutdownExpertBridge
|
|
@@ -184,7 +184,7 @@ import {
|
|
|
184
184
|
executeVoting,
|
|
185
185
|
mapOutcomeToDecision,
|
|
186
186
|
registerConsensusVoteTool
|
|
187
|
-
} from "./chunk-
|
|
187
|
+
} from "./chunk-TT4ZITRU.js";
|
|
188
188
|
import {
|
|
189
189
|
loadUsageEvents,
|
|
190
190
|
rollupByModel
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
registerConsensusVoteTool,
|
|
9
9
|
resetCorrelationTracker,
|
|
10
10
|
runConsensusForGoal
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-TT4ZITRU.js";
|
|
12
12
|
import "./chunk-3NT6NAXD.js";
|
|
13
13
|
import "./chunk-PZDDA6IW.js";
|
|
14
14
|
import "./chunk-BM26VPV5.js";
|
|
@@ -39,4 +39,4 @@ export {
|
|
|
39
39
|
resetCorrelationTracker,
|
|
40
40
|
runConsensusForGoal
|
|
41
41
|
};
|
|
42
|
-
//# sourceMappingURL=consensus-vote-
|
|
42
|
+
//# sourceMappingURL=consensus-vote-7EBYYBCQ.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-3SE57WOV.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-OXYGRB4C.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-TT4ZITRU.js";
|
|
620
620
|
import "./chunk-3NT6NAXD.js";
|
|
621
621
|
import "./chunk-XGUZ2OQK.js";
|
|
622
622
|
import {
|
|
@@ -5987,7 +5987,7 @@ function buildVotingInput(plan, config) {
|
|
|
5987
5987
|
}
|
|
5988
5988
|
async function executeSingleVote(plan, config, log) {
|
|
5989
5989
|
try {
|
|
5990
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
5990
|
+
const { executeVoting } = await import("./consensus-vote-7EBYYBCQ.js");
|
|
5991
5991
|
const input = buildVotingInput(plan, config);
|
|
5992
5992
|
const result = await executeVoting(input, log);
|
|
5993
5993
|
return parseVotingResult(result);
|
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
runWizard,
|
|
9
9
|
setupCommand,
|
|
10
10
|
setupCommandAsync
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-553QYRXJ.js";
|
|
12
12
|
import "./chunk-5ULXLPVP.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-OXYGRB4C.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-FJ2II5YH.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.157.0",
|
|
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",
|