Add buttons remove + add --no-refresh (fleet converge primitives)#254
Conversation
`buttons remove @desk/name` is the inverse of `buttons add`: it drops the dependency from .buttons/buttons.json, deletes the materialized package dir via the new store.Uninstall, and cleans .buttons/buttons-lock.json. Uninstall only deletes dirs stamped with install state, and keeps a package (files and lock entry) while another locked package still requires it. `buttons delete` remains the command for locally created buttons. `buttons add --no-refresh` suppresses the RefreshFloating pass so a fleet converge can pin one package without re-resolving unrelated floating dependencies. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 15 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@coderabbitai help |
ChatThere are 3 ways to chat with CodeRabbit:
CodeRabbit commands
Other keywords and placeholders
CodeRabbit configuration file (
|
|
@coderabbitai review |
✅ Action performedReview finished.
|
The inverse of
buttons add, needed by the fleet bundle-converge engine (buttons-platformdocs/superpowers/plans/2026-07-20-fleet-bundle-deploy.md) so removals actually converge on live VMs.buttons remove @desk/name— drops the dep from.buttons/buttons.json, deletes its materialized dirs, cleans its lock entry. Strictly registry deps: an unscoped name errors pointing atbuttons delete(local buttons, untouched). Non-interactive,--json..buttons-install-state.jsonare ever deleted (an unstamped dir is kept and reported); a package still required by another locked package keeps its files — live transitive deps survive.buttons add --no-refresh— pins one package without re-resolving unrelated floating deps (the converge single-package case; closes the RefreshFloating blast-radius question from the design).Table-driven tests at store + cmd layers incl. an httptest registry end-to-end (add two → remove one → other dep intact) and refresh-vs-no-refresh floating pin. build/vet/full test suite clean.
🤖 Generated with Claude Code