From ad441303d29631afd55c22c447cea0c530070671 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Thu, 18 Dec 2025 17:29:02 -0800 Subject: [PATCH] Reorder skills doc --- release-notes/skills/SKILL.md | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/release-notes/skills/SKILL.md b/release-notes/skills/SKILL.md index d77863210..ba79ef881 100644 --- a/release-notes/skills/SKILL.md +++ b/release-notes/skills/SKILL.md @@ -9,7 +9,20 @@ Machine-readable .NET release, CVE, and compatibility data via HAL hypermedia. ## Entry Point -https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/llms.json + + +## Skills + +Fetch when your query matches. **Core Rules apply to all.** + +| Skill | Fetch When | URL | +| ----- | ---------- | --- | +| cve.md | CVE severity, CVSS, history | | +| breaking-changes.md | Compatibility, migration | | +| version-eol.md | EOL versions, lifecycle | | +| os-support.md | Distros, packages, glibc | | +| navigation.md | Multi-hop, unsure which links | | +| schema.md | Document structure, properties | | ## Core Rules @@ -20,27 +33,15 @@ https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-n ## llms.json Contents | Property | Contains | -|----------|----------| +| -------- | -------- | | `supported_releases` | Supported .NET versions | | `_embedded.latest_patches[]` | Latest patch per version with EOL, CVE counts | | `_links` | Navigation to indexes, timeline, security months | -## Skills - -Fetch when your query matches. **Core Rules apply to all.** - -| Skill | Fetch When | URL | -|-------|------------|-----| -| cve.md | CVE severity, CVSS, history | https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/cve.md | -| breaking-changes.md | Compatibility, migration | https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/breaking-changes.md | -| version-eol.md | EOL versions, lifecycle | https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/version-eol.md | -| os-support.md | Distros, packages, glibc | https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/os-support.md | -| navigation.md | Multi-hop, unsure which links | https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/navigation.md | -| schema.md | Document structure, properties | https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/schema.md | - ## Quick Answers (1 fetch) From `llms.json._embedded.latest_patches[]`: + - Latest patch for .NET X → filter by `release` - Is .NET X supported? → `supported`, `eol_date` - CVE count → `cve_count` @@ -50,7 +51,7 @@ From `llms.json._embedded.latest_patches[]`: From `_embedded.latest_patches[]._links`: | Relation | Target | -|----------|--------| +| -------- | ------ | | `release-manifest` | manifest.json (OS, breaking changes) | | `latest-sdk` | SDK index | | `latest-security` | Last security patch | @@ -58,7 +59,7 @@ From `_embedded.latest_patches[]._links`: From `llms.json._links`: | Relation | Target | -|----------|--------| +| -------- | ------ | | `latest`, `latest-lts` | Newest release | | `latest-security-month` | Current security month | | `releases-index` | All versions including EOL |