()
| 45 | return path.join(configDir(), 'config.toml'); |
| 46 | } |
| 47 | function instructionsPath(): string { |
| 48 | return path.join(configDir(), 'AGENTS.md'); |
| 49 | } |
| 50 | |
| 51 | class CodexTarget implements AgentTarget { |
| 52 | readonly id = 'codex' as const; |
no test coverage detected