Fix coverage changeset package name (smooai-smooth-cli -> @smooai/smooth)#255
Merged
Conversation
The testing-coverage-cli changeset (from #252) targeted the CARGO crate name 'smooai-smooth-cli', but changesets only knows PNPM workspace packages — the whole repo (incl. the th binary) versions under '@smooai/smooth'. So Version Update threw 'Found changeset testing-coverage-cli for package smooai-smooth-cli which is not in the workspace', keeping th releases frozen even after the prime-notes-flag-fix correction (#254). Same fix, right name.
|
| Name | Type |
|---|---|
| @smooai/smooth | Minor |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
brentrager
enabled auto-merge (squash)
July 25, 2026 15:33
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.
Follow-up to #254. That fix cleared
prime-notes-flag-fix, but Version Update then hit the same error class on thetesting-coverage-clichangeset (from #252): it targeted the cargo crate namesmooai-smooth-cli, but changesets only knows pnpm workspace packages — the whole repo (including thethbinary) versions under@smooai/smooth.So the release automation was still frozen. One-char-class fix:
smooai-smooth-cli→@smooai/smooth. Verified no other changeset has a non-@smooai/smoothtarget. Once merged, Version Update should finally assemble and publish the pendingth(which carriesth testing coveragefrom #252 — the last gate before the coverage CI's setup-th bump).🤖 Generated with Claude Code
https://claude.ai/code/session_01H9YdTv1LgxPAsYJpgu5Aak