docs(coding-agent): document glob pattern support for resource filtering

This commit is contained in:
Mario Zechner 2026-01-23 20:26:50 +01:00
parent ac4dab4085
commit 6d475e5035
3 changed files with 9 additions and 4 deletions

View file

@ -157,6 +157,8 @@ pi update # update all non-pinned packages
- Omit a key to load all of that type from the package
- Use empty array `[]` to load none of that type
- Paths are relative to package root
- Use `!pattern` to exclude (e.g., `"themes": ["!funky.json"]`)
- Glob patterns supported via minimatch (e.g., `"extensions": ["**/*.ts", "!**/deprecated/*"]`)
**Discovery rules:**