()
| 153 | return 'Exits a worktree session created by EnterWorktree and restores the original working directory' |
| 154 | }, |
| 155 | async prompt() { |
| 156 | return getExitWorktreeToolPrompt() |
| 157 | }, |
| 158 | get inputSchema(): InputSchema { |
| 159 | return inputSchema() |
| 160 | }, |
nothing calls this directly
no test coverage detected