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
Address edge cases in validation and error handling
.gitignore validation improvements:
- Check multiple unique markers (Lefthook, Testing, Playwright)
- Prevents false positives from partial content matches
- More robust detection of duplicate entries
Port polling improvements:
- Fail fast in CI environments when port unavailable
- Prevents flaky tests from port conflicts in CI
- Local development continues with warning
- CI_ENV detection makes behavior environment-aware
These changes improve reliability in CI while maintaining
flexibility for local development.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments