Expand description
Filesystem watcher for skill hot-reload.
Monitors a skills directory for file changes (create, modify, remove)
and triggers a full skill refresh via SkillService::refresh().
Structs§
- Skill
File Watcher - Watches a skills directory for filesystem changes and triggers reloads.
Functions§
- start_
skill_ watcher - Start watching the given skills directory for changes.