()
| 99 | } |
| 100 | |
| 101 | function getClaudeCliConfigPath(): string { |
| 102 | return join(homedir(), ".claude.json"); |
| 103 | } |
| 104 | |
| 105 | function getConfigPath(target: SetupTarget): string { |
| 106 | if (target === "cursor") return getCursorConfigPath(); |
no outgoing calls
no test coverage detected