Commit 517dae6
committed
fix(skills): install universal agent to ~/.agents/skills
The Universal agent host installed user-scoped skills to
~/.config/agents/skills, which is not the location scanned by the
majority of compliant clients (Copilot CLI, Pi, OpenCode). Per the
agentskills.io cross-client convention, user-level skills for
compliant clients live under ~/.agents/skills.
Switch UserDir for the universal agent to the shared project skills
directory constant, matching the convention used by Warp and Cline.
Add regression tests for both project and user scope.
Fixes cli#134941 parent 70bb306 commit 517dae6
2 files changed
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
128 | 147 | | |
129 | 148 | | |
130 | 149 | | |
| |||
0 commit comments