(loc: Location)
| 58 | : path.join(process.cwd(), '.codex'); |
| 59 | } |
| 60 | function tomlConfigPath(loc: Location): string { |
| 61 | return path.join(configDir(loc), 'config.toml'); |
| 62 | } |
| 63 | function instructionsPath(loc: Location): string { |
| 64 | // Global AGENTS.md lives under ~/.codex/; project-local AGENTS.md |
| 65 | // lives at the project root (NOT under .codex/) — that's the file |
no test coverage detected