()
| 653 | } |
| 654 | |
| 655 | function getUserInstructionFilesLowToHigh(): string[] { |
| 656 | return dedupeInstructionPaths([ |
| 657 | join(getLegacyClaudeConfigHomeDir(), 'CLAUDE.md'), |
| 658 | join(getCanonicalNcodeConfigHomeDir(), 'NCODE.md'), |
| 659 | ]) |
| 660 | } |
| 661 | |
| 662 | function getUserInstructionRuleDirsLowToHigh(): string[] { |
| 663 | return dedupeInstructionPaths([ |
no test coverage detected