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

Function getUserAgentInstructionRuleDirsLowToHigh

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

Source from the content-addressed store, hash-verified

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

Callers 1

agentsmd.tsFile · 0.85

Calls 1

dedupeInstructionPathsFunction · 0.70

Tested by

no test coverage detected