Files
Claude-Code-Compiled/scripts
Roger 2a862bb2bd fix: auto-patch Commander.js multi-char short flags in postinstall
The source uses -d2e flag which Commander.js rejects (single-char only).
postinstall.sh now patches both:
1. shortFlagExp regex: /^-[^-]$/ → /^-[^-]+$/
2. single-char restriction check disabled

Users no longer need to manually patch node_modules after bun install.
2026-04-01 10:16:20 +08:00
..