th-e6dd43: fix 6 changesets breaking Release (Cargo names → @smooai/smooth)#150
Merged
Conversation
…ooth
Release (Changesets) failed every run with 'Found changeset ... for
package smooai-smooth-cast which is not in the workspace'. Six
changesets (from prior agent-authored PRs) set their frontmatter to
Cargo crate names (smooai-smooth-{cast,cli,pearls,bigsmooth}) instead
of the JS package the repo versions as. changeset version throws on the
first unresolvable name, so only one surfaced at a time.
This is a single-package repo — the whole th binary versions as
@smooai/smooth (no pnpm-workspace.yaml, one package.json). Every
consumed changeset has always targeted @smooai/smooth. Retargeted all
six, preserving each bump level (remove-microvm-stack stays minor).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KTAAbdrbdQSy8dVK7nsH96
|
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.
Problem
Every
Release (Changesets 🦋)run has been failing:Six changesets set their frontmatter package to a Cargo crate name (
smooai-smooth-cast,-cli,-pearls,-bigsmooth) instead of the JS package the repo versions as.changeset versionthrows on the first unresolvable name, so fixing one just surfaced the next.This is a single-package repo — the whole
thbinary versions as@smooai/smooth(nopnpm-workspace.yaml, onepackage.json;scripts/sync-versions.mjspropagates that version into everyCargo.toml). Every changeset that ever got consumed targeted@smooai/smooth.Fix
Retargeted all six to
@smooai/smooth, preserving each bump level (remove-microvm-stackstaysminor, restpatch). Verified no changeset remains on a non-@smooai/smoothpackage.Files:
coding-workflow-bash-write-detect,dolt-sync-timeout-selfheal,host-token-state-and-pytest-bare-summary,remove-microvm-stack,skills-invocation-runtime,small-fixes-hooks-tempdir,th-ae9425-sendgrid-integrations.Closes pearl th-e6dd43.
🤖 Generated with Claude Code
https://claude.ai/code/session_01KTAAbdrbdQSy8dVK7nsH96