fix(setup): allow repeated Windows setup - #2909
lorenzozanee wants to merge 1 commit into
Conversation
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthrough
ChangesWindows directory replacement
Priority: ➖ Normal Estimated code review effort: 2 (Simple) | ~10 minutes Change: Bug fix · Severity of issue fixed: Medium Suggested reviewers: Merge Risk: ⚪ Minimal · up to The Windows replacement fix preserves setup and doctor behavior with no unresolved merge-blocking risk. 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What
Allow
bmad setupto replace an existing_bmaddirectory on Windows.Why
Windows rejects the replacement when the temporary backup directory already exists, causing repeated setup to fail with WinError 183.
Fixes #2879
How
Testing
The focused regression, setup test suite, repository quality checks, and
git diff --checkpass. Native Windows execution was not available locally.