Commit d202ea6
feat(skills): adopt skill://github/<name>/SKILL.md URI prefix
Per SEP-2640, the bundled-skill URI structure is
skill://<skill-path>/<file-path>, where preceding segments before the
final name are an organizational prefix chosen by the server. This
commit moves from the flat skill://<name>/SKILL.md form to the
prefixed skill://github/<name>/SKILL.md form, matching the convention
used in github#2374.
Single-line change to skills.Bundled.URI(). Tests already build URIs
through this helper, so they pick up the change automatically — no
test edits needed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 905f094 commit d202ea6
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
0 commit comments