()
| 205 | * Get path to Codex auth file |
| 206 | */ |
| 207 | export function getCodexAuthPath(): string { |
| 208 | return path.join(getCodexConfigDir(), CODEX_AUTH_FILENAME); |
| 209 | } |
| 210 | |
| 211 | /** |
| 212 | * Get the Claude configuration directory path |
no test coverage detected