File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ ASCII flow diagrams are highly effective for LLM comprehension:
8282```
8383llms.json
8484 │
85- └─► _embedded.latest_patches[] ─► _links["release- manifest"]
85+ └─► _embedded.latest_patches[] ─► _links["manifest"]
8686 │
8787 ▼
8888 manifest.json ─► DONE
Original file line number Diff line number Diff 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
42421 . Fetch ` llms.json `
43432 . Find ` _embedded.latest_patches[] ` where ` release == "X.0" `
44- 3 . Follow ` _links["release- manifest"] ` → manifest.json
44+ 3 . Follow ` _links["manifest"] ` → manifest.json
45454 . Follow ` _links["compatibility"] ` → compatibility.json
4646
4747### TFMs for .NET X (2 fetches)
Original file line number Diff line number Diff 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
6060From ` llms.json._links ` :
Original file line number Diff line number Diff 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
8787From 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
9292From manifest.json:
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ From `os-packages.json`:
3131```
3232llms.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
Original file line number Diff line number Diff 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) |
You can’t perform that action at this time.
0 commit comments