Skip to content

Commit 483e268

Browse files
richlanderclaude
andcommitted
Add what's-new guidance: use major manifest, not patch manifest
Sonnet was navigating to patch manifest (10.0/10.0.0/manifest.json) instead of major manifest (10.0/manifest.json) for what's-new queries, getting the wrong runtime.md file. Added explicit stop criteria and note clarifying to use major manifest for what's-new queries. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent bfec5a0 commit 483e268

File tree

1 file changed

+4
-1
lines changed
  • release-notes/skills/dotnet-releases

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,8 @@ Cannot cross year boundary. Use `latest-year` or `latest-security-disclosures` d
6363
| Need | Stop At | Has |
6464
|------|---------|-----|
6565
| Supported versions, patches | llms.json | `_embedded.patches["X.0"]` |
66-
| Reference data (OS, TFM) | manifest.json | links to specialized JSON files |
66+
| What's new (runtime, SDK, etc.) | major manifest | `{version}/manifest.json` has `whats-new-*` links |
67+
| Reference data (OS, TFM) | major manifest | links to specialized JSON files |
6768
| Downloads | downloads | component URLs |
69+
70+
**Note:** For what's-new queries, use the **major manifest** (`10.0/manifest.json`), not patch manifests (`10.0/10.0.0/manifest.json`).

0 commit comments

Comments
 (0)