Remove the confirmation prompt when creating git worktrees#144
Merged
kieranklaassen merged 1 commit intoEveryInc:mainfrom Feb 8, 2026
Merged
Remove the confirmation prompt when creating git worktrees#144kieranklaassen merged 1 commit intoEveryInc:mainfrom
kieranklaassen merged 1 commit intoEveryInc:mainfrom
Conversation
kprimdal
added a commit
to primux-dk/laravel-compound-engineering
that referenced
this pull request
Feb 9, 2026
- Add `sync` command to sync ~/.claude/ personal config to OpenCode/Codex (EveryInc#123) - Backup existing config files before overwriting (EveryInc#119) - Remove worktree creation confirmation prompt (EveryInc#144) - Fix .git file detection in worktrees (use -e instead of -d) (EveryInc#159) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
criztiano
pushed a commit
to criztiano/coen
that referenced
this pull request
Feb 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes a bug that prevented Claude from creating a worktree by using the
git-worktreeskill on the first try.Sometimes Claude can figure out and add
echo "y"in front of theworktree-manager.shon the second try, but sometimes it could fall back to thegit worktreecommand.This PR would stabilize the behavior of worktree creation.