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