nexus-agents 8.54.1 → 8.54.2

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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  VERSION
3
- } from "./chunk-7BFRS4JQ.js";
3
+ } from "./chunk-TQPUOOUS.js";
4
4
  import {
5
5
  emitClawGuardViolation
6
6
  } from "./chunk-VUOH64O4.js";
@@ -2360,4 +2360,4 @@ export {
2360
2360
  VOTING_THRESHOLDS,
2361
2361
  ConsensusMetricsSchema
2362
2362
  };
2363
- //# sourceMappingURL=chunk-GVJEC6ED.js.map
2363
+ //# sourceMappingURL=chunk-4S43V6TV.js.map
@@ -11,7 +11,7 @@ import {
11
11
  NODE_ENGINE_RANGE,
12
12
  VERSION,
13
13
  isNodeVersionSupported
14
- } from "./chunk-7BFRS4JQ.js";
14
+ } from "./chunk-TQPUOOUS.js";
15
15
  import {
16
16
  claimGlobalRegistry
17
17
  } from "./chunk-MXHAO43Q.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-532QI6BQ.js");
1317
+ const { initDataDirectories: initDataDirectories2, describeDataDirFix: describeDataDirFix2 } = await import("./setup-data-dir-CNCF2HJX.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-YP5JBBIV.js.map
1419
+ //# sourceMappingURL=chunk-67RGKVAW.js.map
@@ -23,10 +23,10 @@ import {
23
23
  toolSuccessStructured,
24
24
  withProgressHeartbeat,
25
25
  wrapToolWithTimeout
26
- } from "./chunk-GVJEC6ED.js";
26
+ } from "./chunk-4S43V6TV.js";
27
27
  import {
28
28
  VERSION
29
- } from "./chunk-7BFRS4JQ.js";
29
+ } from "./chunk-TQPUOOUS.js";
30
30
  import {
31
31
  UNRESOLVED_MODEL_ID,
32
32
  assessPanelIndependence,
@@ -8441,4 +8441,4 @@ export {
8441
8441
  CONSENSUS_VOTE_TOOL_SCHEMA,
8442
8442
  registerConsensusVoteTool
8443
8443
  };
8444
- //# sourceMappingURL=chunk-YLN7L5QV.js.map
8444
+ //# sourceMappingURL=chunk-6V7M5GMP.js.map
@@ -21,7 +21,7 @@ import {
21
21
  import {
22
22
  DEFAULT_TASK_TTL_MS,
23
23
  clampTaskTtl
24
- } from "./chunk-YP5JBBIV.js";
24
+ } from "./chunk-67RGKVAW.js";
25
25
  import {
26
26
  executeExpert
27
27
  } from "./chunk-NT5IDHU3.js";
@@ -60,7 +60,7 @@ import {
60
60
  toJobSummary,
61
61
  updateStage,
62
62
  writeJobCancelled
63
- } from "./chunk-YLN7L5QV.js";
63
+ } from "./chunk-6V7M5GMP.js";
64
64
  import {
65
65
  allOf,
66
66
  anyOf
@@ -80,7 +80,7 @@ import {
80
80
  } from "./chunk-SIG3B3X5.js";
81
81
  import {
82
82
  withPrerequisite
83
- } from "./chunk-CSUEKN22.js";
83
+ } from "./chunk-H2I3PY2R.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-GVJEC6ED.js";
108
+ } from "./chunk-4S43V6TV.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-FFGVSFRE.js");
46170
+ const { executeVoting } = await import("./consensus-vote-F5ZGGT7X.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-FFGVSFRE.js");
47965
+ const { executeVoting } = await import("./consensus-vote-F5ZGGT7X.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-NIQ23FWJ.js.map
56885
+ //# sourceMappingURL=chunk-76XZLP7W.js.map
@@ -7,7 +7,7 @@ import {
7
7
  toolStructuredError,
8
8
  toolSuccessStructured,
9
9
  wrapToolWithTimeout
10
- } from "./chunk-GVJEC6ED.js";
10
+ } from "./chunk-4S43V6TV.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-CSUEKN22.js.map
2278
+ //# sourceMappingURL=chunk-H2I3PY2R.js.map
@@ -1,6 +1,6 @@
1
1
  // src/version.ts
2
2
  import semver from "semver";
3
- var VERSION = true ? "8.54.1" : "dev";
3
+ var VERSION = true ? "8.54.2" : "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-7BFRS4JQ.js.map
14
+ //# sourceMappingURL=chunk-TQPUOOUS.js.map
package/dist/cli.js CHANGED
@@ -157,7 +157,7 @@ import {
157
157
  validateNexusEnv,
158
158
  validateWorkflow,
159
159
  wrapInMarkdownFence
160
- } from "./chunk-NIQ23FWJ.js";
160
+ } from "./chunk-76XZLP7W.js";
161
161
  import "./chunk-YGKTIMA6.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-YP5JBBIV.js";
180
+ } from "./chunk-67RGKVAW.js";
181
181
  import "./chunk-YBT55IKX.js";
182
182
  import {
183
183
  buildOpenAICompatAdapters,
@@ -199,7 +199,7 @@ import {
199
199
  registerConsensusVoteTool,
200
200
  seatFallbacks,
201
201
  toRecordDecision
202
- } from "./chunk-YLN7L5QV.js";
202
+ } from "./chunk-6V7M5GMP.js";
203
203
  import {
204
204
  loadUsageEvents,
205
205
  rollupByModel
@@ -239,18 +239,18 @@ import {
239
239
  registerImprovementReviewTool,
240
240
  runImprovementReview,
241
241
  scanForSecrets
242
- } from "./chunk-CSUEKN22.js";
242
+ } from "./chunk-H2I3PY2R.js";
243
243
  import {
244
244
  createDefaultPolicyFirewall,
245
245
  setGlobalPolicyFirewall,
246
246
  setSecureHandlerAuditLogger,
247
247
  stagePolicyFirewallForRollout
248
- } from "./chunk-GVJEC6ED.js";
248
+ } from "./chunk-4S43V6TV.js";
249
249
  import {
250
250
  NODE_ENGINE_RANGE,
251
251
  VERSION,
252
252
  isNodeVersionSupported
253
- } from "./chunk-7BFRS4JQ.js";
253
+ } from "./chunk-TQPUOOUS.js";
254
254
  import "./chunk-VUOH64O4.js";
255
255
  import {
256
256
  claimGlobalRegistry,
@@ -20016,7 +20016,7 @@ function startImprovementReviewScheduler(options) {
20016
20016
  let running = false;
20017
20017
  const runOnce = async () => {
20018
20018
  try {
20019
- const { runImprovementReview: runImprovementReview2, ImprovementReviewInputSchema: ImprovementReviewInputSchema2 } = await import("./improvement-review-XAMJIYUY.js");
20019
+ const { runImprovementReview: runImprovementReview2, ImprovementReviewInputSchema: ImprovementReviewInputSchema2 } = await import("./improvement-review-JZWJEOUB.js");
20020
20020
  const input = ImprovementReviewInputSchema2.parse({ fileIssues });
20021
20021
  const result = await runImprovementReview2(input, { logger: logger22 });
20022
20022
  logger22.info("Scheduled improvement_review complete", {
@@ -11,11 +11,11 @@ import {
11
11
  resetCorrelationTracker,
12
12
  runConsensusForGoal,
13
13
  unwrapVoteOrThrow
14
- } from "./chunk-YLN7L5QV.js";
14
+ } from "./chunk-6V7M5GMP.js";
15
15
  import "./chunk-I2JNG5DX.js";
16
16
  import "./chunk-OQB3XC5O.js";
17
- import "./chunk-GVJEC6ED.js";
18
- import "./chunk-7BFRS4JQ.js";
17
+ import "./chunk-4S43V6TV.js";
18
+ import "./chunk-TQPUOOUS.js";
19
19
  import "./chunk-VUOH64O4.js";
20
20
  import "./chunk-MXHAO43Q.js";
21
21
  import "./chunk-NPR5462H.js";
@@ -50,4 +50,4 @@ export {
50
50
  runConsensusForGoal,
51
51
  unwrapVoteOrThrow
52
52
  };
53
- //# sourceMappingURL=consensus-vote-FFGVSFRE.js.map
53
+ //# sourceMappingURL=consensus-vote-F5ZGGT7X.js.map
@@ -11,9 +11,9 @@ import {
11
11
  loadSelfEvalSignals,
12
12
  registerImprovementReviewTool,
13
13
  runImprovementReview
14
- } from "./chunk-CSUEKN22.js";
15
- import "./chunk-GVJEC6ED.js";
16
- import "./chunk-7BFRS4JQ.js";
14
+ } from "./chunk-H2I3PY2R.js";
15
+ import "./chunk-4S43V6TV.js";
16
+ import "./chunk-TQPUOOUS.js";
17
17
  import "./chunk-VUOH64O4.js";
18
18
  import "./chunk-7ESHYMMH.js";
19
19
  import "./chunk-MTYJPPIG.js";
@@ -33,4 +33,4 @@ export {
33
33
  registerImprovementReviewTool,
34
34
  runImprovementReview
35
35
  };
36
- //# sourceMappingURL=improvement-review-XAMJIYUY.js.map
36
+ //# sourceMappingURL=improvement-review-JZWJEOUB.js.map
package/dist/index.js CHANGED
@@ -552,7 +552,7 @@ import {
552
552
  withLogging,
553
553
  withRetry,
554
554
  withRetryWrapper
555
- } from "./chunk-NIQ23FWJ.js";
555
+ } from "./chunk-76XZLP7W.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-YP5JBBIV.js";
588
+ } from "./chunk-67RGKVAW.js";
589
589
  import "./chunk-YBT55IKX.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-YLN7L5QV.js";
647
+ } from "./chunk-6V7M5GMP.js";
648
648
  import "./chunk-I2JNG5DX.js";
649
649
  import {
650
650
  allOf
@@ -702,7 +702,7 @@ import {
702
702
  import {
703
703
  ImprovementReviewInputSchema,
704
704
  registerImprovementReviewTool
705
- } from "./chunk-CSUEKN22.js";
705
+ } from "./chunk-H2I3PY2R.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-GVJEC6ED.js";
741
+ } from "./chunk-4S43V6TV.js";
742
742
  import {
743
743
  VERSION
744
- } from "./chunk-7BFRS4JQ.js";
744
+ } from "./chunk-TQPUOOUS.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-YP5JBBIV.js";
5
+ } from "./chunk-67RGKVAW.js";
6
6
  import "./chunk-YBT55IKX.js";
7
7
  import "./chunk-DE5QAASF.js";
8
8
  import "./chunk-I2JNG5DX.js";
9
9
  import "./chunk-OQB3XC5O.js";
10
- import "./chunk-7BFRS4JQ.js";
10
+ import "./chunk-TQPUOOUS.js";
11
11
  import "./chunk-MXHAO43Q.js";
12
12
  import "./chunk-7LP6VJRP.js";
13
13
  import "./chunk-Q35QXROH.js";
@@ -28,4 +28,4 @@ export {
28
28
  describeDataDirFix,
29
29
  initDataDirectories
30
30
  };
31
- //# sourceMappingURL=setup-data-dir-532QI6BQ.js.map
31
+ //# sourceMappingURL=setup-data-dir-CNCF2HJX.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "8.54.1",
3
+ "version": "8.54.2",
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",