()
| 20 | return join(getClaudeConfigHomeDir(), 'local') |
| 21 | } |
| 22 | export function getLocalClaudePath(): string { |
| 23 | return join(getLocalInstallDir(), 'claude') |
| 24 | } |
| 25 | |
| 26 | /** |
| 27 | * Check if we're running from our managed local installation |
no test coverage detected