fix(release): restore a clean npm deployment path#195
Merged
NagyVikt merged 1 commit intoApr 21, 2026
Conversation
The published v7.0.10 package is already on npm, but the GitHub npm deployment stayed red because that release ran against a failing tag-era commit. This patch advances the next publish target to 7.0.11, keeps the README release notes in sync, and removes the duplicate tag-push trigger so GitHub tracks one canonical release deployment instead of a paired release-plus-tag run. Constraint: v7.0.10 is already published on npm, so rerunning that release would collide Rejected: rerun the existing v7.0.10 workflow | publish step would still target an already-taken version Rejected: keep the tag-push trigger and accept duplicate deploy cards | leaves the npm environment noisy and misleading Confidence: high Scope-risk: narrow Reversibility: clean Directive: keep the npm publish workflow on a single canonical trigger path unless a future release process explicitly needs tag-push publishes again Tested: npm test; node --check bin/multiagent-safety.js; npm pack --dry-run --cache .npm-cache; openspec validate agent-codex-make-npm-deployment-green-2026-04-21-03-13 --type change --strict; openspec validate --specs Not-tested: live GitHub release execution for v7.0.11 before merge
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.
Automated by scripts/agent-branch-finish.sh (PR flow).