Skip to content

th-e6dd43: fix 6 changesets breaking Release (Cargo names → @smooai/smooth)#150

Merged
brentrager merged 1 commit into
mainfrom
th-e6dd43-fix-changeset
Jul 3, 2026
Merged

th-e6dd43: fix 6 changesets breaking Release (Cargo names → @smooai/smooth)#150
brentrager merged 1 commit into
mainfrom
th-e6dd43-fix-changeset

Conversation

@brentrager

Copy link
Copy Markdown
Contributor

Problem

Every Release (Changesets 🦋) run has been failing:

🦋  error Error: Found changeset coding-workflow-bash-write-detect for package smooai-smooth-cast which is not in the workspace

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 version throws on the first unresolvable name, so fixing one just surfaced the next.

This is a single-package repo — the whole th binary versions as @smooai/smooth (no pnpm-workspace.yaml, one package.json; scripts/sync-versions.mjs propagates that version into every Cargo.toml). Every changeset that ever got consumed targeted @smooai/smooth.

Fix

Retargeted all six to @smooai/smooth, preserving each bump level (remove-microvm-stack stays minor, rest patch). Verified no changeset remains on a non-@smooai/smooth package.

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

…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
@brentrager brentrager enabled auto-merge (squash) July 3, 2026 05:32
@changeset-bot

changeset-bot Bot commented Jul 3, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 6621f98

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

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 brentrager merged commit 799af16 into main Jul 3, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant