From 53f89c455929a4d1ca120fe721d416e66c09e864 Mon Sep 17 00:00:00 2001 From: Brent Rager Date: Sat, 25 Jul 2026 00:22:24 -0400 Subject: [PATCH] Fix changeset package name: smooth -> @smooai/smooth MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The prime-notes-flag-fix changeset targeted the bare name 'smooth', which is not a workspace package — @changesets/assemble-release-plan threw 'Found changeset ... which is not in the workspace' and FAILED every Version Update run since it landed, freezing all th releases (incl. the coverage-CLI changeset from #252). Corrected to the real published name. --- .changeset/prime-notes-flag-fix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/prime-notes-flag-fix.md b/.changeset/prime-notes-flag-fix.md index 9321b133..11b7af64 100644 --- a/.changeset/prime-notes-flag-fix.md +++ b/.changeset/prime-notes-flag-fix.md @@ -1,5 +1,5 @@ --- -"smooth": patch +"@smooai/smooth": patch --- Fix `th prime` pearls docs: `th pearls update` never had a `--notes` flag. The stale primer (embedded via `include_str!`) re-injected the bad flag on every session start/compact, so agents kept trying `--notes`, hitting the CLI rejection, and emitting a reconciliation note every session. Replaced with the real editable fields (`--priority/--assign`).