You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve_target fallback via git worktree list (#127)
Add a git worktree list --porcelain fallback as last resort in
resolve_target() before returning "not found". This catches worktrees
created outside the gtr-managed directory (e.g. via raw git worktree
add) and provides a safety net for edge cases where the fast-path
checks miss a match.
Closes#127
0 commit comments