nexus-agents 8.53.2 → 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-5E6G4ARL.js → chunk-2RLHE2AN.js} +3 -3
- package/dist/{chunk-YIGNWIG6.js → chunk-3IYEZ2PK.js} +2 -2
- package/dist/{chunk-VGNESMSQ.js → chunk-6GLEQDA7.js} +2 -2
- package/dist/{chunk-K3MBIJSC.js → chunk-M6VNZD43.js} +7 -7
- package/dist/{chunk-VF2J3HSD.js → chunk-QMHL5IYT.js} +2 -2
- package/dist/{chunk-SZVDPMLV.js → chunk-SKUCBZI5.js} +3 -3
- package/dist/{chunk-SZVDPMLV.js.map → chunk-SKUCBZI5.js.map} +1 -1
- package/dist/cli.js +7 -7
- package/dist/{consensus-vote-KBUR4FJL.js → consensus-vote-I5CZQNJV.js} +4 -4
- package/dist/{improvement-review-SXTHUBQA.js → improvement-review-MD3UPWNW.js} +4 -4
- package/dist/index.js +6 -6
- package/dist/{setup-data-dir-2R56FWLS.js → setup-data-dir-ZX2ZRKIW.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-5E6G4ARL.js.map → chunk-2RLHE2AN.js.map} +0 -0
- /package/dist/{chunk-YIGNWIG6.js.map → chunk-3IYEZ2PK.js.map} +0 -0
- /package/dist/{chunk-VGNESMSQ.js.map → chunk-6GLEQDA7.js.map} +0 -0
- /package/dist/{chunk-K3MBIJSC.js.map → chunk-M6VNZD43.js.map} +0 -0
- /package/dist/{chunk-VF2J3HSD.js.map → chunk-QMHL5IYT.js.map} +0 -0
- /package/dist/{consensus-vote-KBUR4FJL.js.map → consensus-vote-I5CZQNJV.js.map} +0 -0
- /package/dist/{improvement-review-SXTHUBQA.js.map → improvement-review-MD3UPWNW.js.map} +0 -0
- /package/dist/{setup-data-dir-2R56FWLS.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
|