mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-31 06:42:03 +00:00
- Added functionality to check for existing worktrees for a branch before creating a new one in the create worktree endpoint. - Introduced a helper function to find existing worktrees by parsing the output of `git worktree list`. - Updated the auto mode service to utilize the new worktree checking logic, improving efficiency and user experience. - Removed redundant checks for existing worktrees to streamline the creation process.