()
| 42 | return path.join(os.homedir(), '.codex'); |
| 43 | } |
| 44 | function tomlConfigPath(): string { |
| 45 | return path.join(configDir(), 'config.toml'); |
| 46 | } |
| 47 | function instructionsPath(): string { |
| 48 | return path.join(configDir(), 'AGENTS.md'); |
| 49 | } |
no test coverage detected