@@ -9,7 +9,20 @@ Machine-readable .NET release, CVE, and compatibility data via HAL hypermedia.
99
1010## Entry Point
1111
12- https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/llms.json
12+ < https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/llms.json >
13+
14+ ## Skills
15+
16+ Fetch when your query matches. ** Core Rules apply to all.**
17+
18+ | Skill | Fetch When | URL |
19+ | ----- | ---------- | --- |
20+ | cve.md | CVE severity, CVSS, history | < https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/cve.md > |
21+ | breaking-changes.md | Compatibility, migration | < https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/breaking-changes.md > |
22+ | version-eol.md | EOL versions, lifecycle | < https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/version-eol.md > |
23+ | os-support.md | Distros, packages, glibc | < https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/os-support.md > |
24+ | navigation.md | Multi-hop, unsure which links | < https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/navigation.md > |
25+ | schema.md | Document structure, properties | < https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/schema.md > |
1326
1427## Core Rules
1528
@@ -20,27 +33,15 @@ https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-n
2033## llms.json Contents
2134
2235| Property | Contains |
23- | ---------- | ---------- |
36+ | -------- | -------- |
2437| ` supported_releases ` | Supported .NET versions |
2538| ` _embedded.latest_patches[] ` | Latest patch per version with EOL, CVE counts |
2639| ` _links ` | Navigation to indexes, timeline, security months |
2740
28- ## Skills
29-
30- Fetch when your query matches. ** Core Rules apply to all.**
31-
32- | Skill | Fetch When | URL |
33- | -------| ------------| -----|
34- | cve.md | CVE severity, CVSS, history | https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/cve.md |
35- | breaking-changes.md | Compatibility, migration | https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/breaking-changes.md |
36- | version-eol.md | EOL versions, lifecycle | https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/version-eol.md |
37- | os-support.md | Distros, packages, glibc | https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/os-support.md |
38- | navigation.md | Multi-hop, unsure which links | https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/navigation.md |
39- | schema.md | Document structure, properties | https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/schema.md |
40-
4141## Quick Answers (1 fetch)
4242
4343From ` llms.json._embedded.latest_patches[] ` :
44+
4445- Latest patch for .NET X → filter by ` release `
4546- Is .NET X supported? → ` supported ` , ` eol_date `
4647- CVE count → ` cve_count `
@@ -50,15 +51,15 @@ From `llms.json._embedded.latest_patches[]`:
5051From ` _embedded.latest_patches[]._links ` :
5152
5253| Relation | Target |
53- | ---------- | -------- |
54+ | -------- | ------ |
5455| ` release-manifest ` | manifest.json (OS, breaking changes) |
5556| ` latest-sdk ` | SDK index |
5657| ` latest-security ` | Last security patch |
5758
5859From ` llms.json._links ` :
5960
6061| Relation | Target |
61- | ---------- | -------- |
62+ | -------- | ------ |
6263| ` latest ` , ` latest-lts ` | Newest release |
6364| ` latest-security-month ` | Current security month |
6465| ` releases-index ` | All versions including EOL |
0 commit comments