mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 12:03:49 +00:00
docs(coding-agent): document glob pattern support for resource filtering
This commit is contained in:
parent
ac4dab4085
commit
6d475e5035
3 changed files with 9 additions and 4 deletions
|
|
@ -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:**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue