Skip to content

maestro@3.5.17

Choose a tag to compare

@mirinodev mirinodev released this 03 Aug 19:16
· 12 commits to main since this release

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:
      1. Delete existing directory and create new
      2. Use auto-generated alternative name
      3. Cancel operation

    Affected commands:

    • mst create - Directory conflict handling added
    • mst github - Directory conflict handling added
    • mst review - Directory conflict handling added

    Fixes #205