Skip to content

Commit fdee544

Browse files
richlanderclaude
andcommitted
Consolidate LLM reference files in llms directory
- Move glossary.md and vocabulary.md to llms/ - Rename README.md to reference.txt for LLM consistency - Add fully-qualified links to glossary and vocabulary in llms.txt - Update reference.txt with fully-qualified URLs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent db9e70f commit fdee544

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

llms.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# .NET Release Metadata Graph
22
> Machine-readable .NET release, CVE, and compatibility data for AI assistants.
33

4-
For extended reference with schema examples, see [llms/README.md](https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/llms/README.md).
4+
For extended reference with schema examples, see [llms/reference.txt](https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/llms/reference.txt).
55

66
## Rules
77

@@ -18,6 +18,11 @@ These are the **only** entry-point URLs you should call directly. All other URLs
1818
* **Releases Index (version-based entry):** https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json
1919
* **Timeline Index (time-based entry):** https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/index.json
2020

21+
Reference:
22+
23+
* [Glossary](https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/llms/glossary.md) — release types, support phases
24+
* [Vocabulary](https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/llms/vocabulary.md) — all properties, link relations, enums
25+
2126
## Structure
2227

2328
* Graph is a set of HAL+JSON indexes (follow `_links` to navigate)
File renamed without changes.

llms/README.md renamed to llms/reference.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ For quick reference, see [llms.txt](https://raw.githubusercontent.com/dotnet/cor
1313

1414
**CRITICAL**: Never construct URLs manually. Always follow `_links["..."].href` values from JSON responses.
1515

16+
Reference:
17+
18+
* [Glossary](https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/llms/glossary.md) — release types, support phases
19+
* [Vocabulary](https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/llms/vocabulary.md) — all properties, link relations, enums
20+
1621
## Common Workflows
1722

1823
| Task | Path |
File renamed without changes.

0 commit comments

Comments
 (0)