mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 18:01:22 +00:00
Breaking change: Pi skills must now be named SKILL.md inside a directory, matching Codex CLI format. Previously any *.md file was treated as a skill. Migrate by renaming ~/.pi/agent/skills/foo.md to ~/.pi/agent/skills/foo/SKILL.md
18 lines
No EOL
188 B
Text
18 lines
No EOL
188 B
Text
{
|
|
"folders": [
|
|
{
|
|
"name": "pi-mono",
|
|
"path": "."
|
|
},
|
|
{
|
|
"path": "../../moms"
|
|
},
|
|
{
|
|
"path": "../../.pi/agent"
|
|
},
|
|
{
|
|
"path": "../pi-skills"
|
|
}
|
|
],
|
|
"settings": {}
|
|
} |