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.
@@ -11,7 +11,7 @@ import {
11
11
  NODE_ENGINE_RANGE,
12
12
  VERSION,
13
13
  isNodeVersionSupported
14
- } from "./chunk-YIGNWIG6.js";
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-2R56FWLS.js");
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-5E6G4ARL.js.map
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.2" : "dev";
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-YIGNWIG6.js.map
14
+ //# sourceMappingURL=chunk-3IYEZ2PK.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  VERSION
3
- } from "./chunk-YIGNWIG6.js";
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-VGNESMSQ.js.map
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-5E6G4ARL.js";
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-SZVDPMLV.js";
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-VF2J3HSD.js";
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-VGNESMSQ.js";
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-KBUR4FJL.js");
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-KBUR4FJL.js");
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-K3MBIJSC.js.map
56885
+ //# sourceMappingURL=chunk-M6VNZD43.js.map
@@ -7,7 +7,7 @@ import {
7
7
  toolStructuredError,
8
8
  toolSuccessStructured,
9
9
  wrapToolWithTimeout
10
- } from "./chunk-VGNESMSQ.js";
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-VF2J3HSD.js.map
2278
+ //# sourceMappingURL=chunk-QMHL5IYT.js.map
@@ -23,10 +23,10 @@ import {
23
23
  toolSuccessStructured,
24
24
  withProgressHeartbeat,
25
25
  wrapToolWithTimeout
26
- } from "./chunk-VGNESMSQ.js";
26
+ } from "./chunk-6GLEQDA7.js";
27
27
  import {
28
28
  VERSION
29
- } from "./chunk-YIGNWIG6.js";
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-SZVDPMLV.js.map
8333
+ //# sourceMappingURL=chunk-SKUCBZI5.js.map