()
| 219 | * Get paths to Claude credential files |
| 220 | */ |
| 221 | export function getClaudeCredentialPaths(): string[] { |
| 222 | const claudeDir = getClaudeConfigDir(); |
| 223 | return [path.join(claudeDir, '.credentials.json'), path.join(claudeDir, 'credentials.json')]; |
| 224 | } |
| 225 | |
| 226 | /** |
| 227 | * Get path to Claude settings file |
no test coverage detected