Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/prime-notes-flag-fix.md
Original file line number Diff line number Diff line change
@@ -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`).
Loading