mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
c2f2bdb3d3
- Add internal/watcher package with general-purpose ContentWatcher using fsnotify, configurable file extensions, and debouncing - Add ContentReloadEvent and App.NotifyContentReload() for TUI signaling - Add GetPromptTemplates/GetSkillItems callback fields on AppModelOptions following the existing GetExtensionCommands lazy-provider pattern - Add Kit.ReloadSkills() to re-discover skills from disk - Wire fsnotify watcher for .kit/prompts/, .kit/skills/, .agents/skills/, and global config directories, triggering on .md/.txt changes - TUI refreshes autocomplete entries and skill list on reload