Skip to content

Commit e016637

Browse files
richlanderclaude
andcommitted
Rename release-manifest to manifest in skills
Update all skill docs to use the new `manifest` link relation name instead of `release-manifest`. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent f964f5a commit e016637

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

release-notes/skills/SPEC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ ASCII flow diagrams are highly effective for LLM comprehension:
8282
```
8383
llms.json
8484
85-
└─► _embedded.latest_patches[] ─► _links["release-manifest"]
85+
└─► _embedded.latest_patches[] ─► _links["manifest"]
8686
8787
8888
manifest.json ─► DONE

release-notes/skills/breaking-changes/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ llms.json
2525
2626
└─► _embedded.latest_patches[] ─► find version (e.g., "10.0")
2727
28-
└─► _links["release-manifest"]
28+
└─► _links["manifest"]
2929
3030
3131
manifest.json
@@ -41,7 +41,7 @@ llms.json
4141

4242
1. Fetch `llms.json`
4343
2. Find `_embedded.latest_patches[]` where `release == "X.0"`
44-
3. Follow `_links["release-manifest"]` → manifest.json
44+
3. Follow `_links["manifest"]` → manifest.json
4545
4. Follow `_links["compatibility"]` → compatibility.json
4646

4747
### TFMs for .NET X (2 fetches)

release-notes/skills/dotnet-releases/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ From `_embedded.latest_patches[]._links`:
5454

5555
| Relation | Target |
5656
| -------- | ------ |
57-
| `release-manifest` | manifest.json (OS, breaking changes) |
57+
| `manifest` | manifest.json (OS, breaking changes) |
5858
| `latest-security` | Last security patch |
5959

6060
From `llms.json._links`:

release-notes/skills/navigation-flows/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ llms.json
2424
2525
└─► _embedded.latest_patches[] ─► DONE (version, EOL, support)
2626
27-
├─► _links.release-manifest ─► manifest.json
27+
├─► _links.manifest ─► manifest.json
2828
│ ├─► compatibility-json ─► breaking changes
2929
│ ├─► supported-os-json ─► distros
3030
│ └─► os-packages-json ─► packages
@@ -86,7 +86,7 @@ From llms.json:
8686
8787
From latest_patches[]:
8888
release-major ───────────► X.0/index.json (patches, timeline)
89-
release-manifest ────────► manifest.json (reference data)
89+
manifest ────────────────► manifest.json (reference data)
9090
latest-security ─────────► last security patch
9191
9292
From manifest.json:

release-notes/skills/os-support/SKILL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ From `os-packages.json`:
3131
```
3232
llms.json
3333
34-
└─► _embedded.latest_patches[] ─► _links["release-manifest"]
34+
└─► _embedded.latest_patches[] ─► _links["manifest"]
3535
3636
3737
manifest.json
@@ -44,13 +44,13 @@ llms.json
4444
## Common Queries
4545

4646
### Distro support (2 fetches)
47-
`llms.json``release-manifest``supported-os-json` → check `distributions[]`
47+
`llms.json``manifest``supported-os-json` → check `distributions[]`
4848

4949
### Package list (2 fetches)
50-
`llms.json``release-manifest``os-packages-json` → read `distributions[].releases[].packages[]`
50+
`llms.json``manifest``os-packages-json` → read `distributions[].releases[].packages[]`
5151

5252
### Minimum glibc (2 fetches)
53-
`llms.json``release-manifest``supported-os-json` → filter `libc[]` by `name == "glibc"`
53+
`llms.json``manifest``supported-os-json` → filter `libc[]` by `name == "glibc"`
5454

5555
## supported-os.json Structure
5656

release-notes/skills/schema-reference/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Paths are illustrative—always follow `_links["..."].href`.
3333
| `latest`, `latest-lts` | Newest release; diverge when STS is newer than current LTS |
3434
| `latest-security` | Newest security patch |
3535
| `latest-security-month` | Current security month |
36-
| `release-major`, `release-manifest` | Cross-references |
36+
| `release-major`, `manifest` | Cross-references |
3737
| `releases-index`, `timeline-index` | Root indexes |
3838
| `compatibility-json`, `supported-os-json`, `os-packages-json` | Data resources |
3939
| `cve-json` | Full CVE details (CVSS vectors, CWE) |

0 commit comments

Comments
 (0)