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
fix: move input validation before collision check to cover all paths
- Bash: reject non-numeric and zero --number before if/elif (fixes
crash with --allow-existing-branch + non-numeric --number)
- PowerShell: reject negative -Number before if/elseif (same issue)
- Ensures consistent behavior: 0 is rejected in Bash (PS already
treats 0 as auto-detect)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments