AgentXchain v2.124.0
Released: 2026-04-17
Highlights
Operator Adoption Quality
This release focuses entirely on adoption-surface correctness: the commands and templates that new operators interact with first. Every fix addresses a real gap where the CLI's output or guidance did not match the protocol's actual behavior, causing operators to follow instructions that would fail.
Governed Init Cold-Start Truth
init --governed now prints the actual scaffold that was generated — correct runtime summary, correct routing label, correct next-step guidance. Manual-only scaffolds now explicitly say to use agentxchain step first.
Intake Completed-Run Restart
agentxchain intake start --restart-completed now exposes the engine's existing terminal-restart capability on the public CLI surface, replacing the nonexistent init --force guidance that was previously printed.
What Changed
- Governed init cold-start truth:
init --governednow prints the actual scaffold that was generated — correct runtime summary, correct routing label, correct next-step guidance. Manual-only scaffolds now explicitly say to useagentxchain stepfirst. - Manual template correctness: The
stepcommand's turn-result template now uses the turn assignment'sruntime_id(not a hardcoded fallback) and respects the current phase'sallowed_next_rolesforproposed_next_role. - Phase handoff guidance:
approve-transitionnow warns when the next authoritative turn would fail the clean-baseline rule, with exact checkpoint instructions. Manual turn examples are now phase-aware and write-authority-aware. - Authoritative artifact validation: Authoritative roles with non-empty product
files_changedcan no longer claimartifact.type: "review". The validator rejects the mismatch with a clear error directing the operator to use"workspace"or"commit". - Intake completed-run restart:
agentxchain intake start --restart-completednow exposes the engine's existing terminal-restart capability on the public CLI surface, replacing the nonexistentinit --forceguidance.
Evidence
- 5,493 tests / 1,154 suites / 0 failures. 108 conformance fixtures. Website build clean.