llms.txt: say 2D, 2.5D and 3D in the header too - #1623
Open
obiot wants to merge 2 commits into
Open
Conversation
The plugin manifests, the router skill and the shipped AGENTS.md were widened to name all three in 20.3.0; the generated index kept the old "2.5D HTML5 game engine" line, so the one artifact written specifically for agents was the one still implying the engine does only 2.5D. Docs-only — llms.txt is published from docs/ by docs.yml, not shipped in the npm package, so this needs no release. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012Aa37KGXZcnVrbn1yG4j1N
An agent reaching llms.txt is usually one that fell back to the index — and outside Claude Code, that is an agent reading AGENTS.md from a project root. The guides block listed the skills directory, wiki, examples and changelog but not the ready-made file it would actually copy. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012Aa37KGXZcnVrbn1yG4j1N
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
The header of the generated
llms.txtstill reads:20.3.0 widened that wording to "2D, 2.5D and 3D" in the plugin manifests, the router skill and the shipped
AGENTS.md, but the generator's blockquote was missed — so the one artifact written specifically for agents was the one still implying the engine only does 2.5D. It is also the first line an agent reads when it falls back to the index, which is exactly the moment the framing matters.Nothing else in the header changes; the three rules, the guides and the symbol index are untouched.
Why it needs no release
llms.txtis generated intodocs/bypnpm docand published bydocs.ymlon every push to master. It is not part of the npm tarball (filesdoes not includedocs), so merging this republishes it on its own.Verified
Regenerated locally — header updated, still 444 pages indexed and 50 skipped, rest of the file byte-identical.
🤖 Generated with Claude Code
https://claude.ai/code/session_012Aa37KGXZcnVrbn1yG4j1N