()
| 62 | } |
| 63 | |
| 64 | function getUserAgentInstructionRuleDirsLowToHigh(): string[] { |
| 65 | return dedupeInstructionPaths([ |
| 66 | join(getCanonicalNcodeConfigHomeDir(), '.agents', 'rules'), |
| 67 | ]) |
| 68 | } |
| 69 | |
| 70 | function getProjectAgentInstructionFilesLowToHigh(dir: string): string[] { |
| 71 | return dedupeInstructionPaths([ |
no test coverage detected