(repoRoot: string)
| 202 | } |
| 203 | |
| 204 | function worktreesDir(repoRoot: string): string { |
| 205 | return join(repoRoot, '.claude', 'worktrees') |
| 206 | } |
| 207 | |
| 208 | // Flatten nested slugs (`user/feature` → `user+feature`) for both the branch |
| 209 | // name and the directory path. Nesting in either location is unsafe: |
no outgoing calls
no test coverage detected