From 6621f984dc0464b185e9dc300fbe9e3b6b7f92d4 Mon Sep 17 00:00:00 2001 From: Brent Rager Date: Fri, 3 Jul 2026 01:31:59 -0400 Subject: [PATCH] th-e6dd43: retarget 6 changesets from Cargo crate names to @smooai/smooth MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Claude-Session: https://claude.ai/code/session_01KTAAbdrbdQSy8dVK7nsH96 --- .changeset/coding-workflow-bash-write-detect.md | 2 +- .changeset/dolt-sync-timeout-selfheal.md | 2 +- .changeset/host-token-state-and-pytest-bare-summary.md | 4 ++-- .changeset/remove-microvm-stack.md | 6 +++--- .changeset/skills-invocation-runtime.md | 4 ++-- .changeset/small-fixes-hooks-tempdir.md | 4 ++-- .changeset/th-ae9425-sendgrid-integrations.md | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.changeset/coding-workflow-bash-write-detect.md b/.changeset/coding-workflow-bash-write-detect.md index bb1fd2f3..0e4ee669 100644 --- a/.changeset/coding-workflow-bash-write-detect.md +++ b/.changeset/coding-workflow-bash-write-detect.md @@ -1,5 +1,5 @@ --- -'smooai-smooth-cast': patch +'@smooai/smooth': patch --- Fix coding_workflow mislabelling real code turns as THINK mode. diff --git a/.changeset/dolt-sync-timeout-selfheal.md b/.changeset/dolt-sync-timeout-selfheal.md index 750afd32..87f20d8b 100644 --- a/.changeset/dolt-sync-timeout-selfheal.md +++ b/.changeset/dolt-sync-timeout-selfheal.md @@ -1,5 +1,5 @@ --- -'smooai-smooth-pearls': patch +'@smooai/smooth': patch --- Harden the Dolt store against a read-only WEDGE caused by a hung remote sync. diff --git a/.changeset/host-token-state-and-pytest-bare-summary.md b/.changeset/host-token-state-and-pytest-bare-summary.md index f5e2ad41..3f18899b 100644 --- a/.changeset/host-token-state-and-pytest-bare-summary.md +++ b/.changeset/host-token-state-and-pytest-bare-summary.md @@ -1,6 +1,6 @@ --- -'smooai-smooth-bigsmooth': patch -'smooai-smooth-bench': patch +'@smooai/smooth': patch +'@smooai/smooth': patch --- Fix two small bugs: a UB-prone env mutation in Big Smooth and a missed pytest diff --git a/.changeset/remove-microvm-stack.md b/.changeset/remove-microvm-stack.md index 2ba5a48f..62739bc0 100644 --- a/.changeset/remove-microvm-stack.md +++ b/.changeset/remove-microvm-stack.md @@ -1,7 +1,7 @@ --- -'smooai-smooth-bigsmooth': minor -'smooai-smooth-cli': minor -'smooai-smooth-operative': minor +'@smooai/smooth': minor +'@smooai/smooth': minor +'@smooai/smooth': minor --- Remove the microVM / sandbox stack (pearl th-f4a801). diff --git a/.changeset/skills-invocation-runtime.md b/.changeset/skills-invocation-runtime.md index ddc16600..2f7218f6 100644 --- a/.changeset/skills-invocation-runtime.md +++ b/.changeset/skills-invocation-runtime.md @@ -1,6 +1,6 @@ --- -'smooai-smooth-cast': patch -'smooai-smooth-operative': patch +'@smooai/smooth': patch +'@smooai/smooth': patch --- Add the skills invocation runtime — Claude-Code parity for `~/.smooth/skills/` (pearl th-e0f812). diff --git a/.changeset/small-fixes-hooks-tempdir.md b/.changeset/small-fixes-hooks-tempdir.md index 8ca80275..25b6ca3d 100644 --- a/.changeset/small-fixes-hooks-tempdir.md +++ b/.changeset/small-fixes-hooks-tempdir.md @@ -1,6 +1,6 @@ --- -'smooai-smooth-cli': patch -'smooai-smooth-bigsmooth': patch +'@smooai/smooth': patch +'@smooai/smooth': patch --- Two small bug fixes. diff --git a/.changeset/th-ae9425-sendgrid-integrations.md b/.changeset/th-ae9425-sendgrid-integrations.md index 153fae20..42297539 100644 --- a/.changeset/th-ae9425-sendgrid-integrations.md +++ b/.changeset/th-ae9425-sendgrid-integrations.md @@ -1,5 +1,5 @@ --- -'smooai-smooth-cli': patch +'@smooai/smooth': patch --- Add `th api integrations sendgrid get|create|delete|test`.