From c7599c88085c255fc76cfb3e511771a5860a0fbb Mon Sep 17 00:00:00 2001 From: Brent Rager Date: Fri, 3 Jul 2026 01:55:12 -0400 Subject: [PATCH] th-e2f0ce: dedupe '@smooai/smooth' keys in 4 changesets (Release YAML parse) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to th-e6dd43. Those changesets were originally multi-crate (one frontmatter line per Cargo crate); retargeting each line to @smooai/smooth turned multi-line frontmatter into duplicate mapping keys, which the changesets YAML parser rejects ('duplicated mapping key (3:1)'). The whole binary versions as one package, so each collapses to a single line — minor where any line was minor (remove-microvm-stack), patch otherwise. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01KTAAbdrbdQSy8dVK7nsH96 --- .changeset/host-token-state-and-pytest-bare-summary.md | 1 - .changeset/remove-microvm-stack.md | 2 -- .changeset/skills-invocation-runtime.md | 1 - .changeset/small-fixes-hooks-tempdir.md | 1 - 4 files changed, 5 deletions(-) diff --git a/.changeset/host-token-state-and-pytest-bare-summary.md b/.changeset/host-token-state-and-pytest-bare-summary.md index 3f18899b..2ee23365 100644 --- a/.changeset/host-token-state-and-pytest-bare-summary.md +++ b/.changeset/host-token-state-and-pytest-bare-summary.md @@ -1,6 +1,5 @@ --- '@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 62739bc0..1edd16e4 100644 --- a/.changeset/remove-microvm-stack.md +++ b/.changeset/remove-microvm-stack.md @@ -1,7 +1,5 @@ --- '@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 2f7218f6..ac14ce07 100644 --- a/.changeset/skills-invocation-runtime.md +++ b/.changeset/skills-invocation-runtime.md @@ -1,6 +1,5 @@ --- '@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 25b6ca3d..2bc16924 100644 --- a/.changeset/small-fixes-hooks-tempdir.md +++ b/.changeset/small-fixes-hooks-tempdir.md @@ -1,6 +1,5 @@ --- '@smooai/smooth': patch -'@smooai/smooth': patch --- Two small bug fixes.