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

Function getProjectSkillWatchPaths

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

Source from the content-addressed store, hash-verified

186}
187
188function getProjectSkillWatchPaths(dir: 'skills' | 'commands'): string[] {
189 return [platformPath.resolve(`.ncode/${dir}`), platformPath.resolve(`.claude/${dir}`)]
190}
191
192async function getWatchablePaths(): Promise<string[]> {
193 const fs = getFsImplementation()

Callers 1

getWatchablePathsFunction · 0.85

Calls 1

resolveMethod · 0.80

Tested by

no test coverage detected