1
0
mirror of synced 2025-12-19 18:06:02 -05:00

Improve Core Rules and clarify latest/latest-lts

- Promote non-existent relations to Core Rules (rule #4) for visibility
- Clarify that latest and latest-lts are same when latest is LTS,
  diverge when STS is newer

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Rich Lander
2025-12-18 17:49:54 -08:00
parent fe6bbd0840
commit b42840481c

View File

@@ -29,6 +29,7 @@ Fetch when your query matches. **Core Rules apply to all.**
1. **Follow `_links["..."].href` exactly** — never construct URLs
2. **Use `_embedded` data first** — answers most queries without extra fetches
3. **Don't fabricate** — report gaps
4. **Non-existent relations:** `next` (use `prev`), `latest_sts` (use `latest`)
## llms.json Contents
@@ -59,8 +60,6 @@ From `llms.json._links`:
| Relation | Target |
| -------- | ------ |
| `latest`, `latest-lts` | Newest release |
| `latest`, `latest-lts` | Newest release (same when latest is LTS; diverge when STS is newer) |
| `latest-security-month` | Current security month |
| `releases-index` | All versions including EOL |
**Non-existent relations:** `next` (use `prev`), `latest_sts` (use `latest`)