Skip to main content

AgentXchain v2.155.32

v2.155.32 fixes a continuous-mode blocker where PM turns that produce partial planning work but don't modify gate-required artifacts permanently block the continuous loop instead of being accepted with the phase transition stripped.

Bug Fixes

  • BUG-81 gate transition auto-strip. When PM requests a phase transition but doesn't modify gate-required files (e.g., PM_SIGNOFF.md, SYSTEM_SPEC.md), the framework now auto-strips the phase transition request, accepts PM's partial work, and lets the continuous loop re-dispatch PM to complete gate artifacts. Emits gate_transition_request_auto_stripped event for audit trail.

Evidence

  • node --test --test-timeout=120000 cli/test/beta-tester-scenarios/bug-79-objection-statement-normalization.test.js cli/test/beta-tester-scenarios/bug-78-no-edit-review-artifact-type.test.js cli/test/run-events.test.js cli/test/turn-result-validator.test.js -> 120 tests / 16 suites / 0 failures / 0 skipped
  • Dogfood session Run 3 PM turn blocked on gate semantic coverage on [email protected]. Same session resumes cleanly on [email protected].

Tester Re-Run Contract

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

For BUG-81: resume the paused dogfood session. PM turn that failed gate semantic coverage should accept with phase transition stripped.