Commit 8ac8dde
committed
feat(skills): document copilot workaround in --target=all output
Installing 3 skills to 4 target(s):
- claude: /Users/gilbertwong/.claude/skills
- codex: /Users/gilbertwong/.codex/skills
- cursor: /Users/gilbertwong/.cursor/skills
- pi: /Users/gilbertwong/.pi/agent/skills
Installed: 0
Skipped: 12 (use --force to overwrite)
Errors: 0 is documented to install
'to every known per-user target' (pi, claude, cursor, codex)
but NOT copilot, because copilot is per-repo, not per-user
(writes to <repo>/.github/ado-cli/, not ~/.copilot/...).
Users who expected copilot in --target=all were confused.
Now the output prints a one-liner when --target=all is used
and copilot isn't in the target list, telling them how to
install to copilot:
Note: copilot installs per-repo (to <repo>/.github/ado-cli/).
Run from inside your repo: ado skills install --target copilot
Also updated the --target option's docstring to make copilot's
per-repo nature more obvious in 'ado skills install --help'.
+ 1 new test (18 total skills tests, was 17).
mix ci: 8/8 steps green. 314 tests pass.1 parent b677684 commit 8ac8dde
3 files changed
Lines changed: 48 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
113 | | - | |
114 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| |||
441 | 443 | | |
442 | 444 | | |
443 | 445 | | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
444 | 457 | | |
445 | 458 | | |
446 | 459 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
312 | 336 | | |
313 | 337 | | |
314 | 338 | | |
| |||
0 commit comments