Skip to content

Commit 134af63

Browse files
richlanderclaude
andcommitted
Add Flow 4 for specific patch queries
Addresses gap where "what changed in 9.0.10?" navigation wasn't obvious. New flow shows: llms.json → release-major → version index → find patch → patch index 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent b428404 commit 134af63

File tree

1 file changed

+20
-0
lines changed
  • release-notes/skills/navigation-flows

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,25 @@ llms.json
5858
└─► _links.latest-security ─► last patch
5959
```
6060

61+
## Flow 4: Specific Patch (2-3 fetches)
62+
63+
"What changed in 9.0.10?" or "What CVEs were fixed in 8.0.15?"
64+
65+
```
66+
llms.json
67+
68+
└─► _embedded.latest_patches[] ─► _links.release-major
69+
70+
71+
9.0/index.json
72+
73+
└─► _embedded.patches[] ─► find version "9.0.10"
74+
75+
└─► _links.self ─► 9.0/9.0.10/index.json ─► DONE
76+
77+
└─► _embedded.disclosures[] (CVEs fixed)
78+
```
79+
6180
## Key Link Relations
6281

6382
```
@@ -96,5 +115,6 @@ From month index:
96115
|------------|---------|
97116
| Supported version data | 1 |
98117
| Reference data (OS, breaking changes) | 2 |
118+
| Specific patch details | 2-3 |
99119
| EOL version info | 3-5 |
100120
| CVE history | 1 + N months |

0 commit comments

Comments
 (0)