maestro@3.5.17
Patch Changes
-
#206 4950339 Thanks @camoneart! - fix: improve error handling for existing directories during worktree creation
Fixed issue where worktree creation would fail with Git errors when target directory already existed. Now provides interactive resolution options for better user experience.
Changes:
- Added directory existence detection before worktree creation
- Implemented interactive resolution when conflicts detected:
- Delete existing directory and create new
- Use auto-generated alternative name
- Cancel operation
Affected commands:
mst create- Directory conflict handling addedmst github- Directory conflict handling addedmst review- Directory conflict handling added
Fixes #205