MCPcopy Index your code
hub / github.com/codeaashu/claude-code / handleChange

Function handleChange

src/utils/skills/skillChangeDetector.ts:237–245  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

235}
236
237function handleChange(path: string): void {
238 logForDebugging(`Detected skill change: ${path}`)
239 logEvent('tengu_skill_file_changed', {
240 source:
241 'chokidar' as AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS,
242 })
243
244 scheduleReload(path)
245}
246
247/**
248 * Debounce rapid skill changes into a single reload. When many skill files

Callers

nothing calls this directly

Calls 3

logForDebuggingFunction · 0.85
logEventFunction · 0.85
scheduleReloadFunction · 0.85

Tested by

no test coverage detected