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: address friction log issues from Greg's workos install test
- Fix silent commit failure: track postInstallError in state machine
context so emitComplete emits success: false when commit/push/PR fails
- Capture pre-commit hook output: stageAndCommit now pipes stderr/stdout
and includes hook output in error messages
- Include WORKOS_COOKIE_PASSWORD and redirect URI in Vercel env uploads
by reading .env.local after generation
- Improve port detection: detect PORT=NNNN in dev scripts and .env files
- Add existing env var conflict detection before Vercel upload prompt
- Enhance agent spinner with file operation names and elapsed time
- Add tests for post-install, port detection, and env var upload
0 commit comments