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

Function getUserAgentInstructionFilesLowToHigh

src/utils/agentsmd.ts:57–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

agentsmd.tsFile · 0.85

Calls 1

dedupeInstructionPathsFunction · 0.70

Tested by

no test coverage detected