()
| 150 | searchHint: 'exit a worktree session and return to the original directory', |
| 151 | maxResultSizeChars: 100_000, |
| 152 | async description() { |
| 153 | return 'Exits a worktree session created by EnterWorktree and restores the original working directory' |
| 154 | }, |
| 155 | async prompt() { |
| 156 | return getExitWorktreeToolPrompt() |
| 157 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected