nexus-agents 2.102.1 → 2.102.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.
package/dist/index.d.ts CHANGED
@@ -32150,8 +32150,8 @@ declare function createDefaultPolicyEngine(): PolicyEngine;
32150
32150
  /**
32151
32151
  * Creates a subscriber that bridges EventBus events to OutcomeStore.
32152
32152
  *
32153
- * Listens for `model.called` and `stage.failed` events and records
32154
- * them as TaskOutcome entries in the OutcomeStore.
32153
+ * Listens for `stage.failed` events and records them as failed TaskOutcome
32154
+ * entries in the OutcomeStore.
32155
32155
  *
32156
32156
  * Returns an Unsubscribe handle for callers that manage their own
32157
32157
  * subscription lifecycle (e.g. tests). For the server-wide singleton
package/dist/index.js CHANGED
@@ -517,7 +517,7 @@ import {
517
517
  validateWorkflow,
518
518
  validateWorkflowDependencies,
519
519
  withLogging
520
- } from "./chunk-DQ5ZR66I.js";
520
+ } from "./chunk-SYGFYIYF.js";
521
521
  import "./chunk-3ACDP4E6.js";
522
522
  import {
523
523
  getTokenEnvVars,
@@ -759,7 +759,7 @@ import {
759
759
  getKnownNexusVarNames,
760
760
  startStdioServer,
761
761
  validateNexusEnv
762
- } from "./chunk-5SNDOBMV.js";
762
+ } from "./chunk-442GPECD.js";
763
763
  import {
764
764
  AvailabilityCache,
765
765
  filterAvailableModels,
@@ -8,9 +8,9 @@ import {
8
8
  runWizard,
9
9
  setupCommand,
10
10
  setupCommandAsync
11
- } from "./chunk-CE2RB6GA.js";
11
+ } from "./chunk-QCZ6RSDR.js";
12
12
  import "./chunk-4L7FH53H.js";
13
- import "./chunk-5SNDOBMV.js";
13
+ import "./chunk-442GPECD.js";
14
14
  import "./chunk-FLUC27DF.js";
15
15
  import "./chunk-L2NPJRZZ.js";
16
16
  import "./chunk-LVGYWJDX.js";
@@ -34,4 +34,4 @@ export {
34
34
  setupCommand,
35
35
  setupCommandAsync
36
36
  };
37
- //# sourceMappingURL=setup-command-ASIVCHUE.js.map
37
+ //# sourceMappingURL=setup-command-6566KRYE.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "2.102.1",
3
+ "version": "2.102.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",