Skip to content

Commit 48c38c2

Browse files
author
Kevin Shenghui
committed
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 #27404
1 parent b402770 commit 48c38c2

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@
172172
"dotenv": "^17.3.1",
173173
"express": "^5.2.1",
174174
"file-type": "^21.3.0",
175+
"glob": "^13.0.6",
175176
"grammy": "^1.40.0",
176177
"https-proxy-agent": "^7.0.6",
177178
"ipaddr.js": "^2.3.0",

pnpm-lock.yaml

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)