You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Gemfile DSL already rejects `cooldown: -7`, but `--cooldown -7` on
install/update/add/outdated slipped through Thor and ended up
disabling the filter silently via the `days <= 0` short-circuit in
the resolver. Add a shared CLI::Common.validate_cooldown! guard so the
CLI surface fails loud with the same message as the DSL.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments