fix: flag react-postprocessing and a11y as publishing a llms-full.txt - #593
Merged
Conversation
Both sites serve `/llms-full.txt` today -- react-postprocessing has for a while, a11y since pmndrs/react-three-a11y#55 moved its build to v4 -- so `browse`, `search` and the MCP server can read them. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0189fTPDjQHrqHxdaMkKCcEC
Merged
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.
llms_fullinsrc/libs.tsis the whole filter for whatbrowse,searchand the MCP server can read — a site not built with this generator 404s on/llms-full.txt. It is hand-maintained, so it drifts.Probing all 13 entries turned up two that publish the dump today but were still flagged off:
/llms-full.txtbuild.yml@v3; the generator has emitted the dump since v3.2.0, nobody flipped the flag@v4, deployed greenThe other nine are genuinely off: react-spring, jotai and valtio are documented outside pmndrs, and uikit, xr, prai, viverse, leva are still building with
@v2(PRs open, plus pmndrs/xr#503, which has to convert off the docker image rather than bump a ref).Both filtering tests move with the flags, so the exclusion list keeps stating exactly what 404s.
🤖 Generated with Claude Code
https://claude.ai/code/session_0189fTPDjQHrqHxdaMkKCcEC