feat(skills): add debounced watcher foundation for phase 2

This commit is contained in:
William Valentin
2026-02-12 17:15:46 -08:00
parent 0a19f01639
commit 95091cc198
4 changed files with 236 additions and 4 deletions
+2
View File
@@ -2,3 +2,5 @@ export type { SkillTier, SkillRequirements, SkillManifest, Skill } from './types
export { checkRequirements, loadSkill, discoverSkills, loadAllSkills } from './loader.js';
export { SkillRegistry } from './registry.js';
export { SkillInstaller } from './installer.js';
export { SkillsWatcher } from './watcher.js';
export type { SkillsWatcherConfig, SkillsWatcherEvent } from './watcher.js';