change(llms-txt): cover the v2 revision — link-relation discovery, path scoping - #174
Draft
jdevalk wants to merge 1 commit into
Draft
change(llms-txt): cover the v2 revision — link-relation discovery, path scoping#174jdevalk wants to merge 1 commit into
jdevalk wants to merge 1 commit into
Conversation
…th scoping llms.txt published v2 after two years of deployment. The page described v1: it told readers to put the file at the root and said nothing about how an agent is meant to find it, which is the one thing v2 changed. - Advertise the file with rel="describedby" (link element, Link header, or both) rather than relying on an agent guessing /llms.txt. - Coverage is scoped by path, most specific file wins, so a large site can participate one section at a time. - Either markdown URL shape is accepted (page.md or page.html.md). - ## Optional lost its mechanical semantics along with llms_txt2ctx. - Adoption paragraph corrected: publishing is mainstream (OpenAI, Anthropic, Google, Mintlify, GitBook) and Lighthouse audits for the file; whether any model consumes it is still undisclosed. Dropped the now-redundant "assume nobody uses it" bullet. - Added link-headers to relatedSlugs; added the v2 changes page and RFC 8288 to sources; added the worked-example callout — the site already emits the describedby relation on every response. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Deploying specification-website with
|
| Latest commit: |
8fc1a3a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2918ce1d.specification-website.pages.dev |
| Branch Preview URL: | https://change-llms-txt-v2-2026-08-1.specification-website.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
/llms.txtdescribed v1 of the proposal. llmstxt.org has since published v2, revised after two years of deployment, and the page missed all of it.rel="describedby"— a<link>in the head, an HTTPLinkheader, or both. v1 expected agents to guess/llms.txtat the root./docs/llms.txtcan describe the docs and nothing else. A large site can participate one section at a time.page.mdandpage.html.md.## Optionallost its mechanical semantics, along with thellms_txt2ctxtooling it existed for. It is now a convention for secondary links and nothing more.Also:
link-headersadded torelatedSlugs; a worked-example callout added — the site already emitsLink: </llms.txt>; rel="describedby"; type="text/markdown"on every response, so v2 costs us nothing to comply with.Why now
llms.txt v2 is live at llmstxt.org and changes the page's operative advice, not just its framing. A reader following our v1 instructions ships a file no agent is told about.
Sources
describedbyrelationStatus
Unchanged at
recommended. Adoption broadened and tooling now audits for it, but nothing about the web platform breaks without it, and no vendor has committed to consuming it —requiredwould overstate the case.Included
src/content/spec/agent-readiness/llms-txt.mdsrc/content/changelog/2026-08-11-llms-txt-v2.md(type: changed)public/og/spec/agent-readiness/llms-txt.png— regenerated, the summary changednpm run buildpasses; page count unchanged at 168, so no SKILL.md digest change.🤖 Generated with Claude Code