mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-18 23:02:14 +00:00
docs(coding-agent): document pi-package keyword for npm discoverability
This commit is contained in:
parent
353ac792eb
commit
9dc2b9b163
2 changed files with 18 additions and 0 deletions
|
|
@ -1010,6 +1010,12 @@ pi update # update all non-pinned packages
|
|||
|
||||
Use `-l` to install into project settings (`.pi/settings.json`).
|
||||
|
||||
**Discoverability:** Published pi packages should include the `pi-package` keyword in their `package.json` for npm search:
|
||||
|
||||
```bash
|
||||
curl -s "https://registry.npmjs.org/-/v1/search?text=keywords:pi-package" | jq '.objects[].package.name'
|
||||
```
|
||||
|
||||
**Package filtering:** By default, packages load all resources (extensions, skills, prompts, themes). To selectively load only certain resources, use the object form in settings.json:
|
||||
|
||||
```json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue