Skip to content

llms.txt: say 2D, 2.5D and 3D in the header too - #1623

Open
obiot wants to merge 2 commits into
masterfrom
fix/llms-txt-header
Open

llms.txt: say 2D, 2.5D and 3D in the header too#1623
obiot wants to merge 2 commits into
masterfrom
fix/llms-txt-header

Conversation

@obiot

@obiot obiot commented Aug 31, 2026

Copy link
Copy Markdown
Member

What

The header of the generated llms.txt still reads:

melonJS is an open source 2.5D HTML5 game engine, rendering on WebGPU, WebGL 2 or Canvas…

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.txt is generated into docs/ by pnpm doc and published by docs.yml on every push to master. It is not part of the npm tarball (files does not include docs), 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

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
Copilot AI lite review requested due to automatic review settings August 31, 2026 01:31

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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
Copilot AI review requested due to automatic review settings August 31, 2026 03:24

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants