()
| 54 | searchHint: 'create an isolated git worktree and switch into it', |
| 55 | maxResultSizeChars: 100_000, |
| 56 | async description() { |
| 57 | return 'Creates an isolated worktree (via git or configured hooks) and switches the session into it' |
| 58 | }, |
| 59 | async prompt() { |
| 60 | return getEnterWorktreeToolPrompt() |
| 61 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected