A linked git worktree registered with a non-repo@slug handle (studio-native-free-structure, a pre-convention custom path) appears in worktree list output but cannot be removed: worktree remove studio-native-free-structure fails usage parsing, and worktree remove <repo> <branch> reports the derived repo@branch-slug handle not found. workspace remove <primary> then refuses because linked worktrees exist. Had to fall back to raw git worktree remove to unblock. remove should accept any handle that list displays.
A linked git worktree registered with a non-
repo@slughandle (studio-native-free-structure, a pre-convention custom path) appears inworktree listoutput but cannot be removed:worktree remove studio-native-free-structurefails usage parsing, andworktree remove <repo> <branch>reports the derivedrepo@branch-slughandle not found.workspace remove <primary>then refuses because linked worktrees exist. Had to fall back to rawgit worktree removeto unblock. remove should accept any handle that list displays.