co-mono/pi-mono.code-workspace
Mario Zechner 3b2b9abffc coding-agent: change Pi skills to use SKILL.md convention
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
2025-12-12 23:23:17 +01:00

18 lines
No EOL
188 B
Text

{
"folders": [
{
"name": "pi-mono",
"path": "."
},
{
"path": "../../moms"
},
{
"path": "../../.pi/agent"
},
{
"path": "../pi-skills"
}
],
"settings": {}
}