MCPcopy Create free account
hub / github.com/Noumena-Network/code / getUserInstructionFilesLowToHigh

Function getUserInstructionFilesLowToHigh

src/utils/claudemd.ts:655–660  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

claudemd.tsFile · 0.85

Calls 1

dedupeInstructionPathsFunction · 0.70

Tested by

no test coverage detected