()
| 36 | return getLocalInstallDir().replace(homedir(), '~') |
| 37 | } |
| 38 | export function getLocalClaudePath(): string { |
| 39 | return join(getLocalInstallDir(), 'claude') |
| 40 | } |
| 41 | |
| 42 | /** |
| 43 | * Check if we're running from our managed local installation |
no test coverage detected