nexus-agents 8.53.3 → 8.53.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-43OAT6RX.js → chunk-2RLHE2AN.js} +3 -3
- package/dist/{chunk-EER3R4BG.js → chunk-3IYEZ2PK.js} +2 -2
- package/dist/{chunk-O3LB3FXH.js → chunk-6GLEQDA7.js} +2 -2
- package/dist/{chunk-P55GFE2P.js → chunk-M6VNZD43.js} +7 -7
- package/dist/{chunk-UICFICHS.js → chunk-QMHL5IYT.js} +2 -2
- package/dist/{chunk-2BDJXVUA.js → chunk-SKUCBZI5.js} +3 -3
- package/dist/cli.js +7 -7
- package/dist/{consensus-vote-SHMTZRHM.js → consensus-vote-I5CZQNJV.js} +4 -4
- package/dist/{improvement-review-U5QQVY5Y.js → improvement-review-MD3UPWNW.js} +4 -4
- package/dist/index.js +6 -6
- package/dist/{setup-data-dir-LB7YGHSQ.js → setup-data-dir-ZX2ZRKIW.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-43OAT6RX.js.map → chunk-2RLHE2AN.js.map} +0 -0
- /package/dist/{chunk-EER3R4BG.js.map → chunk-3IYEZ2PK.js.map} +0 -0
- /package/dist/{chunk-O3LB3FXH.js.map → chunk-6GLEQDA7.js.map} +0 -0
- /package/dist/{chunk-P55GFE2P.js.map → chunk-M6VNZD43.js.map} +0 -0
- /package/dist/{chunk-UICFICHS.js.map → chunk-QMHL5IYT.js.map} +0 -0
- /package/dist/{chunk-2BDJXVUA.js.map → chunk-SKUCBZI5.js.map} +0 -0
- /package/dist/{consensus-vote-SHMTZRHM.js.map → consensus-vote-I5CZQNJV.js.map} +0 -0
- /package/dist/{improvement-review-U5QQVY5Y.js.map → improvement-review-MD3UPWNW.js.map} +0 -0
- /package/dist/{setup-data-dir-LB7YGHSQ.js.map → setup-data-dir-ZX2ZRKIW.js.map} +0 -0
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
NODE_ENGINE_RANGE,
|
|
12
12
|
VERSION,
|
|
13
13
|
isNodeVersionSupported
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-3IYEZ2PK.js";
|
|
15
15
|
import {
|
|
16
16
|
claimGlobalRegistry
|
|
17
17
|
} from "./chunk-3JFRPAYE.js";
|
|
@@ -1314,7 +1314,7 @@ async function runDoctorFix(result) {
|
|
|
1314
1314
|
writeLine2("\u2500".repeat(40));
|
|
1315
1315
|
let fixCount = 0;
|
|
1316
1316
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
1317
|
-
const { initDataDirectories: initDataDirectories2, describeDataDirFix: describeDataDirFix2 } = await import("./setup-data-dir-
|
|
1317
|
+
const { initDataDirectories: initDataDirectories2, describeDataDirFix: describeDataDirFix2 } = await import("./setup-data-dir-ZX2ZRKIW.js");
|
|
1318
1318
|
const outcome = describeDataDirFix2(initDataDirectories2());
|
|
1319
1319
|
writeLine2(outcome.line);
|
|
1320
1320
|
if (outcome.counted) fixCount++;
|
|
@@ -1416,4 +1416,4 @@ export {
|
|
|
1416
1416
|
startStdioServer,
|
|
1417
1417
|
closeServer
|
|
1418
1418
|
};
|
|
1419
|
-
//# sourceMappingURL=chunk-
|
|
1419
|
+
//# sourceMappingURL=chunk-2RLHE2AN.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// src/version.ts
|
|
2
2
|
import semver from "semver";
|
|
3
|
-
var VERSION = true ? "8.53.
|
|
3
|
+
var VERSION = true ? "8.53.4" : "dev";
|
|
4
4
|
var NODE_ENGINE_RANGE = ">=22.5.0";
|
|
5
5
|
function isNodeVersionSupported(version) {
|
|
6
6
|
return semver.satisfies(version, NODE_ENGINE_RANGE);
|
|
@@ -11,4 +11,4 @@ export {
|
|
|
11
11
|
NODE_ENGINE_RANGE,
|
|
12
12
|
isNodeVersionSupported
|
|
13
13
|
};
|
|
14
|
-
//# sourceMappingURL=chunk-
|
|
14
|
+
//# sourceMappingURL=chunk-3IYEZ2PK.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
VERSION
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-3IYEZ2PK.js";
|
|
4
4
|
import {
|
|
5
5
|
emitClawGuardViolation
|
|
6
6
|
} from "./chunk-SKUIP3ER.js";
|
|
@@ -2360,4 +2360,4 @@ export {
|
|
|
2360
2360
|
VOTING_THRESHOLDS,
|
|
2361
2361
|
ConsensusMetricsSchema
|
|
2362
2362
|
};
|
|
2363
|
-
//# sourceMappingURL=chunk-
|
|
2363
|
+
//# sourceMappingURL=chunk-6GLEQDA7.js.map
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
import {
|
|
22
22
|
DEFAULT_TASK_TTL_MS,
|
|
23
23
|
clampTaskTtl
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-2RLHE2AN.js";
|
|
25
25
|
import {
|
|
26
26
|
executeExpert
|
|
27
27
|
} from "./chunk-WAVAOSH5.js";
|
|
@@ -60,7 +60,7 @@ import {
|
|
|
60
60
|
toJobSummary,
|
|
61
61
|
updateStage,
|
|
62
62
|
writeJobCancelled
|
|
63
|
-
} from "./chunk-
|
|
63
|
+
} from "./chunk-SKUCBZI5.js";
|
|
64
64
|
import {
|
|
65
65
|
allOf,
|
|
66
66
|
anyOf
|
|
@@ -80,7 +80,7 @@ import {
|
|
|
80
80
|
} from "./chunk-XYK2GPUF.js";
|
|
81
81
|
import {
|
|
82
82
|
withPrerequisite
|
|
83
|
-
} from "./chunk-
|
|
83
|
+
} from "./chunk-QMHL5IYT.js";
|
|
84
84
|
import {
|
|
85
85
|
NOOP_NOTIFIER,
|
|
86
86
|
RateLimiter,
|
|
@@ -105,7 +105,7 @@ import {
|
|
|
105
105
|
withAuditTrail,
|
|
106
106
|
withProgressHeartbeat,
|
|
107
107
|
wrapToolWithTimeout
|
|
108
|
-
} from "./chunk-
|
|
108
|
+
} from "./chunk-6GLEQDA7.js";
|
|
109
109
|
import {
|
|
110
110
|
createAuditTrail,
|
|
111
111
|
createGraphAuditBridge,
|
|
@@ -46167,7 +46167,7 @@ function buildVotingInput(plan, config) {
|
|
|
46167
46167
|
}
|
|
46168
46168
|
async function executeSingleVote(plan, config, log) {
|
|
46169
46169
|
try {
|
|
46170
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
46170
|
+
const { executeVoting } = await import("./consensus-vote-I5CZQNJV.js");
|
|
46171
46171
|
const input = buildVotingInput(plan, config);
|
|
46172
46172
|
const result = await executeVoting(input, log);
|
|
46173
46173
|
return parseVotingResult(result);
|
|
@@ -47962,7 +47962,7 @@ ${contextBlock}`;
|
|
|
47962
47962
|
const strategy = config.votingStrategy ?? "higher_order";
|
|
47963
47963
|
await postProgress(config, "Vote", `Running consensus with ${strategy} strategy...`);
|
|
47964
47964
|
try {
|
|
47965
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
47965
|
+
const { executeVoting } = await import("./consensus-vote-I5CZQNJV.js");
|
|
47966
47966
|
const votingResult = await executeVoting(
|
|
47967
47967
|
{
|
|
47968
47968
|
proposal: buildVoteProposal(plan, research),
|
|
@@ -56882,4 +56882,4 @@ export {
|
|
|
56882
56882
|
startPipelineEventBridge,
|
|
56883
56883
|
shutdownPipelineEventBridge
|
|
56884
56884
|
};
|
|
56885
|
-
//# sourceMappingURL=chunk-
|
|
56885
|
+
//# sourceMappingURL=chunk-M6VNZD43.js.map
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
toolStructuredError,
|
|
8
8
|
toolSuccessStructured,
|
|
9
9
|
wrapToolWithTimeout
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-6GLEQDA7.js";
|
|
11
11
|
import {
|
|
12
12
|
JsonlStore,
|
|
13
13
|
SECURITY_KEYWORDS,
|
|
@@ -2275,4 +2275,4 @@ export {
|
|
|
2275
2275
|
runImprovementReview,
|
|
2276
2276
|
registerImprovementReviewTool
|
|
2277
2277
|
};
|
|
2278
|
-
//# sourceMappingURL=chunk-
|
|
2278
|
+
//# sourceMappingURL=chunk-QMHL5IYT.js.map
|
|
@@ -23,10 +23,10 @@ import {
|
|
|
23
23
|
toolSuccessStructured,
|
|
24
24
|
withProgressHeartbeat,
|
|
25
25
|
wrapToolWithTimeout
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-6GLEQDA7.js";
|
|
27
27
|
import {
|
|
28
28
|
VERSION
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-3IYEZ2PK.js";
|
|
30
30
|
import {
|
|
31
31
|
UNRESOLVED_MODEL_ID,
|
|
32
32
|
assessPanelIndependence,
|
|
@@ -8330,4 +8330,4 @@ export {
|
|
|
8330
8330
|
CONSENSUS_VOTE_TOOL_SCHEMA,
|
|
8331
8331
|
registerConsensusVoteTool
|
|
8332
8332
|
};
|
|
8333
|
-
//# sourceMappingURL=chunk-
|
|
8333
|
+
//# sourceMappingURL=chunk-SKUCBZI5.js.map
|
package/dist/cli.js
CHANGED
|
@@ -157,7 +157,7 @@ import {
|
|
|
157
157
|
validateNexusEnv,
|
|
158
158
|
validateWorkflow,
|
|
159
159
|
wrapInMarkdownFence
|
|
160
|
-
} from "./chunk-
|
|
160
|
+
} from "./chunk-M6VNZD43.js";
|
|
161
161
|
import "./chunk-XM5MYAMC.js";
|
|
162
162
|
import "./chunk-4GDMHCKX.js";
|
|
163
163
|
import "./chunk-M7DUOIAK.js";
|
|
@@ -177,7 +177,7 @@ import {
|
|
|
177
177
|
doctorCommand,
|
|
178
178
|
initDataDirectories,
|
|
179
179
|
runDoctor
|
|
180
|
-
} from "./chunk-
|
|
180
|
+
} from "./chunk-2RLHE2AN.js";
|
|
181
181
|
import "./chunk-XBSPEJ23.js";
|
|
182
182
|
import {
|
|
183
183
|
buildOpenAICompatAdapters,
|
|
@@ -197,7 +197,7 @@ import {
|
|
|
197
197
|
recordAuthenticVote,
|
|
198
198
|
registerConsensusVoteTool,
|
|
199
199
|
toRecordDecision
|
|
200
|
-
} from "./chunk-
|
|
200
|
+
} from "./chunk-SKUCBZI5.js";
|
|
201
201
|
import {
|
|
202
202
|
loadUsageEvents,
|
|
203
203
|
rollupByModel
|
|
@@ -237,18 +237,18 @@ import {
|
|
|
237
237
|
registerImprovementReviewTool,
|
|
238
238
|
runImprovementReview,
|
|
239
239
|
scanForSecrets
|
|
240
|
-
} from "./chunk-
|
|
240
|
+
} from "./chunk-QMHL5IYT.js";
|
|
241
241
|
import {
|
|
242
242
|
createDefaultPolicyFirewall,
|
|
243
243
|
setGlobalPolicyFirewall,
|
|
244
244
|
setSecureHandlerAuditLogger,
|
|
245
245
|
stagePolicyFirewallForRollout
|
|
246
|
-
} from "./chunk-
|
|
246
|
+
} from "./chunk-6GLEQDA7.js";
|
|
247
247
|
import {
|
|
248
248
|
NODE_ENGINE_RANGE,
|
|
249
249
|
VERSION,
|
|
250
250
|
isNodeVersionSupported
|
|
251
|
-
} from "./chunk-
|
|
251
|
+
} from "./chunk-3IYEZ2PK.js";
|
|
252
252
|
import "./chunk-SKUIP3ER.js";
|
|
253
253
|
import {
|
|
254
254
|
claimGlobalRegistry,
|
|
@@ -20001,7 +20001,7 @@ function startImprovementReviewScheduler(options) {
|
|
|
20001
20001
|
let running = false;
|
|
20002
20002
|
const runOnce = async () => {
|
|
20003
20003
|
try {
|
|
20004
|
-
const { runImprovementReview: runImprovementReview2, ImprovementReviewInputSchema: ImprovementReviewInputSchema2 } = await import("./improvement-review-
|
|
20004
|
+
const { runImprovementReview: runImprovementReview2, ImprovementReviewInputSchema: ImprovementReviewInputSchema2 } = await import("./improvement-review-MD3UPWNW.js");
|
|
20005
20005
|
const input = ImprovementReviewInputSchema2.parse({ fileIssues });
|
|
20006
20006
|
const result = await runImprovementReview2(input, { logger: logger22 });
|
|
20007
20007
|
logger22.info("Scheduled improvement_review complete", {
|
|
@@ -11,11 +11,11 @@ import {
|
|
|
11
11
|
resetCorrelationTracker,
|
|
12
12
|
runConsensusForGoal,
|
|
13
13
|
unwrapVoteOrThrow
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-SKUCBZI5.js";
|
|
15
15
|
import "./chunk-ELBJDCC7.js";
|
|
16
16
|
import "./chunk-OQB3XC5O.js";
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-6GLEQDA7.js";
|
|
18
|
+
import "./chunk-3IYEZ2PK.js";
|
|
19
19
|
import "./chunk-SKUIP3ER.js";
|
|
20
20
|
import "./chunk-3JFRPAYE.js";
|
|
21
21
|
import "./chunk-THPZO2XW.js";
|
|
@@ -50,4 +50,4 @@ export {
|
|
|
50
50
|
runConsensusForGoal,
|
|
51
51
|
unwrapVoteOrThrow
|
|
52
52
|
};
|
|
53
|
-
//# sourceMappingURL=consensus-vote-
|
|
53
|
+
//# sourceMappingURL=consensus-vote-I5CZQNJV.js.map
|
|
@@ -11,9 +11,9 @@ import {
|
|
|
11
11
|
loadSelfEvalSignals,
|
|
12
12
|
registerImprovementReviewTool,
|
|
13
13
|
runImprovementReview
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-QMHL5IYT.js";
|
|
15
|
+
import "./chunk-6GLEQDA7.js";
|
|
16
|
+
import "./chunk-3IYEZ2PK.js";
|
|
17
17
|
import "./chunk-SKUIP3ER.js";
|
|
18
18
|
import "./chunk-NGXHFMA6.js";
|
|
19
19
|
import "./chunk-MTYJPPIG.js";
|
|
@@ -33,4 +33,4 @@ export {
|
|
|
33
33
|
registerImprovementReviewTool,
|
|
34
34
|
runImprovementReview
|
|
35
35
|
};
|
|
36
|
-
//# sourceMappingURL=improvement-review-
|
|
36
|
+
//# sourceMappingURL=improvement-review-MD3UPWNW.js.map
|
package/dist/index.js
CHANGED
|
@@ -552,7 +552,7 @@ import {
|
|
|
552
552
|
withLogging,
|
|
553
553
|
withRetry,
|
|
554
554
|
withRetryWrapper
|
|
555
|
-
} from "./chunk-
|
|
555
|
+
} from "./chunk-M6VNZD43.js";
|
|
556
556
|
import {
|
|
557
557
|
FALLBACK_SCANNER_DATA,
|
|
558
558
|
buildPlanFromAnalysis,
|
|
@@ -585,7 +585,7 @@ import {
|
|
|
585
585
|
connectTransport,
|
|
586
586
|
createServer,
|
|
587
587
|
startStdioServer
|
|
588
|
-
} from "./chunk-
|
|
588
|
+
} from "./chunk-2RLHE2AN.js";
|
|
589
589
|
import "./chunk-XBSPEJ23.js";
|
|
590
590
|
import {
|
|
591
591
|
OPENAI_MODELS,
|
|
@@ -644,7 +644,7 @@ import {
|
|
|
644
644
|
generateProposalId,
|
|
645
645
|
parseAgentPairKey,
|
|
646
646
|
registerConsensusVoteTool
|
|
647
|
-
} from "./chunk-
|
|
647
|
+
} from "./chunk-SKUCBZI5.js";
|
|
648
648
|
import "./chunk-ELBJDCC7.js";
|
|
649
649
|
import {
|
|
650
650
|
allOf
|
|
@@ -702,7 +702,7 @@ import {
|
|
|
702
702
|
import {
|
|
703
703
|
ImprovementReviewInputSchema,
|
|
704
704
|
registerImprovementReviewTool
|
|
705
|
-
} from "./chunk-
|
|
705
|
+
} from "./chunk-QMHL5IYT.js";
|
|
706
706
|
import {
|
|
707
707
|
AgentPerformanceSchema,
|
|
708
708
|
ConsensusAlgorithmSchema,
|
|
@@ -738,10 +738,10 @@ import {
|
|
|
738
738
|
toolSuccess,
|
|
739
739
|
toolSuccessStructured,
|
|
740
740
|
validateToolInput
|
|
741
|
-
} from "./chunk-
|
|
741
|
+
} from "./chunk-6GLEQDA7.js";
|
|
742
742
|
import {
|
|
743
743
|
VERSION
|
|
744
|
-
} from "./chunk-
|
|
744
|
+
} from "./chunk-3IYEZ2PK.js";
|
|
745
745
|
import {
|
|
746
746
|
AuditTrail,
|
|
747
747
|
createAuditTrail,
|
|
@@ -2,12 +2,12 @@ import {
|
|
|
2
2
|
NEXUS_DATA_DIR,
|
|
3
3
|
describeDataDirFix,
|
|
4
4
|
initDataDirectories
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-2RLHE2AN.js";
|
|
6
6
|
import "./chunk-XBSPEJ23.js";
|
|
7
7
|
import "./chunk-2WCWSJES.js";
|
|
8
8
|
import "./chunk-ELBJDCC7.js";
|
|
9
9
|
import "./chunk-OQB3XC5O.js";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-3IYEZ2PK.js";
|
|
11
11
|
import "./chunk-3JFRPAYE.js";
|
|
12
12
|
import "./chunk-7LP6VJRP.js";
|
|
13
13
|
import "./chunk-USHZGWDJ.js";
|
|
@@ -28,4 +28,4 @@ export {
|
|
|
28
28
|
describeDataDirFix,
|
|
29
29
|
initDataDirectories
|
|
30
30
|
};
|
|
31
|
-
//# sourceMappingURL=setup-data-dir-
|
|
31
|
+
//# sourceMappingURL=setup-data-dir-ZX2ZRKIW.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "8.53.
|
|
3
|
+
"version": "8.53.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",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|