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 start_new_project script to work on Linux and enhance CI verification
The script was using macOS-specific sed syntax (sed -i '') that fails on Linux.
Updated to use portable sed -i.bak syntax that works on both platforms. Added
set -e for better error handling and enhanced CI with explicit verification
steps to ensure sed replacements succeed.
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
0 commit comments