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: set proper file permissions (755 dirs, 644 files) during app cre…
…ation
- Set 755 permissions on frontend/backend directories after creation
- Recursively set proper permissions on all subdirectories and files
- Prevents 'Failed to write file' errors when AI generates code
- Fixes permission issues that occur in Frontend, Backend, and Fullstack modes
fix: make GitHub Actions cleanup commands cross-platform compatible
- Use separate cleanup steps for Windows and Unix systems
- Windows uses PowerShell Remove-Item commands
- Unix systems continue using rm -rf commands
- Fixes 'parameter cannot be found' error in GitHub Actions