(loc: Location)
| 97 | } |
| 98 | |
| 99 | function instructionsPath(loc: Location): string { |
| 100 | return path.join(configBaseDir(loc), 'AGENTS.md'); |
| 101 | } |
| 102 | |
| 103 | function readConfigText(file: string): string { |
| 104 | if (!fs.existsSync(file)) return ''; |
no test coverage detected