Improve plan readiness semantics and npm release resilience#20
Merged
Conversation
Change-Id: I2fda5eedb254b1b2caa0a624b45a96d496db530d
Change-Id: I329bd0b0f21f7ded2bf21671cdead6a264aab0f0
heimanba
marked this pull request as ready for review
July 17, 2026 04:30
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.
Summary
readinessImpactandchangedPathsinstead of parsing human-readable reason textWhy
Readiness decisions were coupled to display text such as “description” or “metadata”, which made localized or reworded plan reasons capable of changing runtime behavior. Separately, npm packages could publish successfully but take longer than the five-minute registry visibility window, causing the release workflow to fail after publication and skip consumer certification and GitHub Release creation.
Impact
Description- and metadata-only updates remain non-blocking, while operational and unknown changes fail closed as blocking. Stored readiness baselines contain only irreversible hashes. npm releases continue to gate GitHub Release creation on registry visibility and cross-platform consumer tests, but normal propagation delays no longer produce premature failures.
Validation
bun run verify:releasebun scripts/verify.ts push@openagentpack/{sdk,playground,cli}@0.1.0