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

Function getUserSkillWatchPaths

src/utils/skills/skillChangeDetector.ts:181–186  ·  view source on GitHub ↗
(dir: 'skills' | 'commands')

Source from the content-addressed store, hash-verified

179}
180
181function getUserSkillWatchPaths(dir: 'skills' | 'commands'): string[] {
182 return [
183 platformPath.join(getCanonicalNcodeConfigHomeDir(), dir),
184 platformPath.join(getLegacyClaudeConfigHomeDir(), dir),
185 ]
186}
187
188function getProjectSkillWatchPaths(dir: 'skills' | 'commands'): string[] {
189 return [platformPath.resolve(`.ncode/${dir}`), platformPath.resolve(`.claude/${dir}`)]

Callers 1

getWatchablePathsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected