nexus-agents 2.119.1 → 2.119.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.
@@ -40,7 +40,7 @@ import {
40
40
  } from "./chunk-CH7QIDHQ.js";
41
41
 
42
42
  // src/version.ts
43
- var VERSION = true ? "2.119.1" : "dev";
43
+ var VERSION = true ? "2.119.2" : "dev";
44
44
 
45
45
  // src/config/schemas-core.ts
46
46
  import { z } from "zod";
@@ -2099,7 +2099,7 @@ async function runDoctorFix(result) {
2099
2099
  writeLine2("\u2500".repeat(40));
2100
2100
  let fixCount = 0;
2101
2101
  if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
2102
- const { runSetup } = await import("./setup-command-I5A3BD7F.js");
2102
+ const { runSetup } = await import("./setup-command-UC552MKE.js");
2103
2103
  const setupResult = runSetup({
2104
2104
  skipMcp: true,
2105
2105
  skipRules: true,
@@ -2211,4 +2211,4 @@ export {
2211
2211
  startStdioServer,
2212
2212
  closeServer
2213
2213
  };
2214
- //# sourceMappingURL=chunk-QE25MZFA.js.map
2214
+ //# sourceMappingURL=chunk-HWQHXB3L.js.map
@@ -26,7 +26,7 @@ import {
26
26
  writeJobComplete,
27
27
  writeJobFailed,
28
28
  writeJobPending
29
- } from "./chunk-GGX4YDRG.js";
29
+ } from "./chunk-EZ47OIGA.js";
30
30
  import {
31
31
  normalizeTopicToCanonical,
32
32
  synthesizeResearch
@@ -115,7 +115,7 @@ import {
115
115
  DEFAULT_TASK_TTL_MS,
116
116
  DEFAULT_TOOL_RATE_LIMITS,
117
117
  clampTaskTtl
118
- } from "./chunk-QE25MZFA.js";
118
+ } from "./chunk-HWQHXB3L.js";
119
119
  import {
120
120
  resolveInsideRoot
121
121
  } from "./chunk-NUBSJGQZ.js";
@@ -42059,7 +42059,7 @@ ${contextBlock}`;
42059
42059
  const strategy = config.votingStrategy ?? "higher_order";
42060
42060
  await postProgress(config, "Vote", `Running consensus with ${strategy} strategy...`);
42061
42061
  try {
42062
- const { executeVoting } = await import("./consensus-vote-HW3LFWTF.js");
42062
+ const { executeVoting } = await import("./consensus-vote-MW4OI6G2.js");
42063
42063
  const votingResult = await executeVoting(
42064
42064
  {
42065
42065
  proposal: buildVoteProposal(plan, research),
@@ -49074,4 +49074,4 @@ export {
49074
49074
  detectBackend,
49075
49075
  createTaskTracker
49076
49076
  };
49077
- //# sourceMappingURL=chunk-SE47P5OC.js.map
49077
+ //# sourceMappingURL=chunk-T4D7CT6L.js.map
package/dist/cli.js CHANGED
@@ -24,7 +24,7 @@ import {
24
24
  import {
25
25
  setupCommandAsync,
26
26
  verifyCommand
27
- } from "./chunk-PFFSMVUK.js";
27
+ } from "./chunk-235LYOTA.js";
28
28
  import "./chunk-44DIHZLT.js";
29
29
  import {
30
30
  AuthHandler,
@@ -145,7 +145,7 @@ import {
145
145
  validateCommand,
146
146
  validateWorkflow,
147
147
  wrapInMarkdownFence
148
- } from "./chunk-SE47P5OC.js";
148
+ } from "./chunk-T4D7CT6L.js";
149
149
  import "./chunk-3ACDP4E6.js";
150
150
  import {
151
151
  CATEGORY_DISPLAY_NAMES,
@@ -165,7 +165,7 @@ import {
165
165
  executeVoting,
166
166
  registerConsensusVoteTool,
167
167
  warnIfSimulatedOutsideTests
168
- } from "./chunk-GGX4YDRG.js";
168
+ } from "./chunk-EZ47OIGA.js";
169
169
  import {
170
170
  synthesizeResearch
171
171
  } from "./chunk-TMTJ3OOM.js";
@@ -252,7 +252,7 @@ import {
252
252
  loadConfig,
253
253
  runDoctor,
254
254
  validateNexusEnv
255
- } from "./chunk-QE25MZFA.js";
255
+ } from "./chunk-HWQHXB3L.js";
256
256
  import "./chunk-NUBSJGQZ.js";
257
257
  import {
258
258
  capitalize,
@@ -6,7 +6,7 @@ import {
6
6
  executeVoting,
7
7
  registerConsensusVoteTool,
8
8
  resetCorrelationTracker
9
- } from "./chunk-GGX4YDRG.js";
9
+ } from "./chunk-EZ47OIGA.js";
10
10
  import "./chunk-22IIWHB7.js";
11
11
  import "./chunk-LOYYLIDC.js";
12
12
  import "./chunk-6T3EPABN.js";
@@ -30,4 +30,4 @@ export {
30
30
  registerConsensusVoteTool,
31
31
  resetCorrelationTracker
32
32
  };
33
- //# sourceMappingURL=consensus-vote-HW3LFWTF.js.map
33
+ //# sourceMappingURL=consensus-vote-MW4OI6G2.js.map
package/dist/index.js CHANGED
@@ -519,7 +519,7 @@ import {
519
519
  validateWorkflow,
520
520
  validateWorkflowDependencies,
521
521
  withLogging
522
- } from "./chunk-SE47P5OC.js";
522
+ } from "./chunk-T4D7CT6L.js";
523
523
  import "./chunk-3ACDP4E6.js";
524
524
  import "./chunk-OK6U5N5Y.js";
525
525
  import {
@@ -589,7 +589,7 @@ import {
589
589
  resetGlobalRegistry,
590
590
  withModelNotFoundFallback,
591
591
  wrapResilientWithFallback
592
- } from "./chunk-GGX4YDRG.js";
592
+ } from "./chunk-EZ47OIGA.js";
593
593
  import "./chunk-TMTJ3OOM.js";
594
594
  import {
595
595
  AgentActionSchema,
@@ -726,7 +726,7 @@ import {
726
726
  getKnownNexusVarNames,
727
727
  startStdioServer,
728
728
  validateNexusEnv
729
- } from "./chunk-QE25MZFA.js";
729
+ } from "./chunk-HWQHXB3L.js";
730
730
  import "./chunk-NUBSJGQZ.js";
731
731
  import "./chunk-6T3EPABN.js";
732
732
  import {
@@ -6085,7 +6085,7 @@ function buildVotingInput(plan, config) {
6085
6085
  }
6086
6086
  async function executeSingleVote(plan, config, log) {
6087
6087
  try {
6088
- const { executeVoting } = await import("./consensus-vote-HW3LFWTF.js");
6088
+ const { executeVoting } = await import("./consensus-vote-MW4OI6G2.js");
6089
6089
  const input = buildVotingInput(plan, config);
6090
6090
  const result = await executeVoting(input, log);
6091
6091
  return parseVotingResult(result);
@@ -8,9 +8,9 @@ import {
8
8
  runWizard,
9
9
  setupCommand,
10
10
  setupCommandAsync
11
- } from "./chunk-PFFSMVUK.js";
11
+ } from "./chunk-235LYOTA.js";
12
12
  import "./chunk-44DIHZLT.js";
13
- import "./chunk-QE25MZFA.js";
13
+ import "./chunk-HWQHXB3L.js";
14
14
  import "./chunk-NUBSJGQZ.js";
15
15
  import "./chunk-6T3EPABN.js";
16
16
  import "./chunk-62ACDINW.js";
@@ -34,4 +34,4 @@ export {
34
34
  setupCommand,
35
35
  setupCommandAsync
36
36
  };
37
- //# sourceMappingURL=setup-command-I5A3BD7F.js.map
37
+ //# sourceMappingURL=setup-command-UC552MKE.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "2.119.1",
3
+ "version": "2.119.2",
4
4
  "description": "Governance substrate for AI coding agents — adversarial PR review, drift-detected rules, immutable 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",