agentxchain 2.155.34 → 2.155.35

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentxchain",
3
- "version": "2.155.34",
3
+ "version": "2.155.35",
4
4
  "description": "CLI for AgentXchain — governed multi-agent software delivery",
5
5
  "type": "module",
6
6
  "bin": {
@@ -6021,7 +6021,7 @@ function _acceptGovernedTurnLocked(root, config, opts) {
6021
6021
  category: 'non_progress',
6022
6022
  recovery: {
6023
6023
  typed_reason: `Non-progress detected: ${newCount} accepted turns have not reduced gate failure "${gateId}".`,
6024
- recovery_action: 'agentxchain resume --acknowledge-non-progress',
6024
+ recovery_action: 'agentxchain resume',
6025
6025
  detail: `Gate "${gateId}" has been failing on ${failingFiles.join(', ')} for ${newCount} consecutive turns. The gated file(s) were never modified.`,
6026
6026
  },
6027
6027
  turnId: currentTurn.turn_id,