Commit 40aa19d
docs(skill): remove broken doc references and unused compatibility field (#1956)
The `Suggested references` section listed paths relative to the repo
root (e.g. `docs/commands/commit.md`), but per the Agent Skills
specification, file references should be relative to the skill root.
When the skill folder is installed standalone, those paths do not
resolve, so the section was effectively dead pointers.
Drop the section and rely on agent inference / the documented
`metadata.docs` URL for the canonical docs.
Also drop the `compatibility` frontmatter field. The spec notes most
skills do not need it, and the previous value did not describe a
constraint that would prevent the skill from running.
Refs #1936
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: bearomorphism <26526132+bearomorphism@users.noreply.github.com>1 parent cc710a9 commit 40aa19d
1 file changed
Lines changed: 0 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | 48 | | |
70 | 49 | | |
71 | 50 | | |
| |||
0 commit comments