chore(release): 0.7.2#86
Merged
Merged
Conversation
Patch release shipping the post-0.7.1 fix: Fixed - Plan cancellation is now prompt during parallel wave execution: the maxConcurrent slot-wait and step-scheduling loop re-check signal.aborted and stop scheduling immediately; scheduled steps are still awaited via Promise.all so no in-flight promise is orphaned. (#85) Version bumped across all workspace packages + docs/ARCHITECTURE.md + start scripts. release:verify green (17240 gateway tests, 8/8 turbo). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 0.7.2
Patch release shipping the single post-0.7.1 fix merged in #85.
Fixed
maxConcurrentslot-wait until a step happened to finish. The slot-wait and step-scheduling loop now re-checksignal.abortedand stop immediately; already-scheduled steps are still awaited viaPromise.allso no in-flight promise is orphaned. (fix(plans): honor abort during parallel wave slot-wait #85)Release mechanics
pnpm version:patch→0.7.1 → 0.7.2across all workspace packages +docs/ARCHITECTURE.md+start.{sh,ps1}.[Unreleased]rolled to[0.7.2] - 2026-06-05; fresh empty[Unreleased].release:verifygreen (17,240 gateway tests, 8/8 turbo, no type errors, no flake).After merge: tag
v0.7.2→ release workflow (Docker publish + GitHub Release) on the Node 24 actions.🤖 Generated with Claude Code