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
Remove the entire feature that attempted to auto-delete default bin/dev
and config/shakapacker.yml files. This feature was causing more problems
than it solved:
- Difficulty detecting when Shakapacker was truly pre-configured
- Race conditions and timing issues during installation
- Complexity in determining which files were safe to delete
The original goal was to avoid interactive prompts during installation,
but the feature introduced too many edge cases and test failures.
Users can manually handle any conflicts if they arise during installation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments