Skip to main content

AgentXchain v2.155.13

v2.155.13 is a patch over v2.155.12 fixing BUG-70: dispatch bundles were forwarding idle-expansion intents that lacked a chartered scope into implementation-phase turns. Agents should not act on expansion signals that have not passed intake triage.

Bug Fixes

  • BUG-70 suppress implementation dispatch for unchartered idle-expansion intents: dispatch bundles no longer forward idle-expansion intents that lack a chartered scope into implementation-phase turns. Unchartered idle-expansion intents are now suppressed at the dispatch boundary so agents do not act on expansion signals that have not passed intake triage.

Evidence

  • cd cli && node --test --test-timeout=60000 -> 6,978 tests / 1,419 suites / 0 failures / 8 skipped

Tester Re-Run Contract

Run the shipped package:

npx --yes -p [email protected] -c "agentxchain --version"

For dogfood verification, use shipped agentxchain@latest on the tusq.dev dogfood branch and quote direct diff evidence:

git diff --stat origin/main..HEAD -- src/ tests/ bin/ tusq.manifest.json

The release should not be treated as closed by prompt inspection alone. Closure requires the full-auto run to get past PM planning approval without a human-only approval escalation, reach a governed dev turn, and land real product code in src/, tests/, bin/, or tusq.manifest.json.

For downstream closure proof, quote any startup_latency_ms, elapsed_since_spawn_ms, and runtimes.<id>.startup_watchdog_ms evidence relevant to adapter-path reliability while confirming the downstream flow still uses the real runtime path. If a standing phase gate advances before dispatch, quote phase_entered with reconciled_before_dispatch; if continuous mode chains into another run, quote the session_continuation event.

For BUG-55 regression proof, continue using accept-turn followed by checkpoint-turn and quote verification.produced_files, undeclared_verification_outputs, and git status --short.

Clean tree means BUG-55 is fixed for your reproduction.