()
| 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 | }, |
| 62 | get inputSchema(): InputSchema { |
| 63 | return inputSchema() |
| 64 | }, |
nothing calls this directly
no test coverage detected