()
| 55 | } |
| 56 | |
| 57 | function getUserAgentInstructionFilesLowToHigh(): string[] { |
| 58 | return dedupeInstructionPaths([ |
| 59 | join(getCanonicalNcodeConfigHomeDir(), '.agents', 'CLAUDE.md'), |
| 60 | join(getCanonicalNcodeConfigHomeDir(), '.agents', 'AGENTS.md'), |
| 61 | ]) |
| 62 | } |
| 63 | |
| 64 | function getUserAgentInstructionRuleDirsLowToHigh(): string[] { |
| 65 | return dedupeInstructionPaths([ |
no test coverage detected