Commit 48c38c2
Kevin Shenghui
fix(skills): chokidar v5 glob pattern support
Chokidar v5+ no longer supports glob patterns directly. This fix:
- Uses glob library to expand patterns to actual file paths
- Watches parent directories for add/unlink events
- Filters to only SKILL.md files using ignored option
Fixes #274041 parent b402770 commit 48c38c2
2 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments