Fixed
- Duplicate Slash Commands in Worktrees (Corrected) – Fixed the fix from v0.7.1:
- v0.7.1 incorrectly removed commands from main repo (broke
/commands there) - v0.7.2 removes commands from worktrees instead (they inherit from main repo)
- Claude Code traverses UP, so worktrees find main repo's
.claude/commands/ - Main repo keeps commands, worktrees don't need their own copy
- v0.7.1 incorrectly removed commands from main repo (broke