mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 14:03:49 +00:00
docs(coding-agent): add security warnings for third-party packages
- README.md: Pi Packages section - packages.md: Install and Manage section - extensions.md: Extension Locations section - skills.md: Locations section
This commit is contained in:
parent
a8d04a1dbf
commit
7a0b435923
4 changed files with 13 additions and 2 deletions
|
|
@ -19,6 +19,8 @@ Pi implements the [Agent Skills standard](https://agentskills.io/specification),
|
|||
|
||||
## Locations
|
||||
|
||||
> **Security:** Skills can instruct the model to perform any action and may include executable code the model invokes. Review skill content before use.
|
||||
|
||||
Pi loads skills from:
|
||||
|
||||
- Global: `~/.pi/agent/skills/`
|
||||
|
|
@ -50,7 +52,7 @@ For project-level Claude Code skills, add to `.pi/settings.json`:
|
|||
|
||||
```json
|
||||
{
|
||||
"skills": [".claude/skills"]
|
||||
"skills": ["../.claude/skills"]
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue