docs: fix three stale/inaccurate repo-meta references (llms.txt, ROADMAP, DEAD-FILE-AUDIT) - #562
Merged
Conversation
…MAP, DEAD-FILE-AUDIT) yakew7#556: llms.txt (the hand-maintained short index AI crawlers are pointed at) listed only 53 of the 60 published explainers - build_explainers.py only regenerates llms-full.txt, never llms.txt. Added the 7 missing entries: fairness-accuracy-tradeoff, treatment-equality, multiple-comparisons, simpsons-paradox, conditional-demographic-parity, subgroup-fairness, differential-privacy. yakew7#555: ROADMAP.md's "Current traction" table said 53 explainers, 28 contributors, 32 forks - contradicting the file's own Phase 1 status line two headings down ("60 explainers published") and METRICS.md's badges (60 / 29 / 33). Updated the row to 60 / 29 / 33. yakew7#554: .github/DEAD-FILE-AUDIT.md bundled explainers-ui.js into a line claiming the file is referenced from "index.html, profiler.html, and/or the explainer pages". grep confirms it is loaded only by index.html; zero of the 60 generated explainer pages load it. Split it onto its own line with the accurate note (its renderDetailPage/renderMarkdown path is not exercised by any real explainer page - which is why yakew7#553's heading-offset drift went unnoticed). Closes yakew7#554 Closes yakew7#555 Closes yakew7#556
propcgamer20-png
requested review from
Shreyash0712 and
yakew7
as code owners
September 9, 2026 20:13
Contributor
|
@propcgamer20-png is attempting to deploy a commit to the yashkewlani2020-gmailcom's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@yakew7 @Shreyash0712 - new PR touching a path you own, please review. |
yakew7
added a commit
that referenced
this pull request
Sep 10, 2026
ROADMAP.md's "Current traction" table still said 60 explainers (contradicting its own Phase 1 status line, already correctly saying 61) and llms.txt was missing the reject-option-classification entry, both because PR #565 added the 61st explainer after PR #562 fixed this same drift. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Three small, independent doc-accuracy fixes.
#556 -
llms.txtis missing 7 of 60 explainersllms.txt(the short index per llmstxt.org, and the filellms-full.txt's own header points crawlers to) is hand-maintained -scripts/build_explainers.pyonly regeneratesllms-full.txt. It had drifted to 53 of 60 published explainers. Added the 7 missing entries (fairness-accuracy-tradeoff,treatment-equality,multiple-comparisons,simpsons-paradox,conditional-demographic-parity,subgroup-fairness,differential-privacy). All 60 slugs fromassets/explainers-data.jsonare now present. (Follow-up worth considering: havebuild_explainers.pyvalidate llms.txt's slug list so it can't silently drift again.)#555 -
ROADMAP.md's traction table contradicts its own status lineThe "Current traction (September 2026)" table said
53explainers /28contributors /32forks. The file's own Phase 1 status line two headings below says "60 explainers published", andMETRICS.md's badges say 60 / 29 / 33. Updated the row to46 | 29 | 33 | 8 | 30K+ | 20 | 7 | 60.#554 -
.github/DEAD-FILE-AUDIT.mdmisattributesexplainers-ui.jsIt was bundled into a line claiming the file is
<script>-referenced from "index.html, profiler.html, and/or the explainer pages".grep:explainers-ui.jsis loaded only byindex.html; zero of the 60 generated explainer pages load it. Split onto its own line with the accurate note - itsrenderDetailPage/renderMarkdownpath isn't exercised by any real explainer page (which is why the heading-offset drift in the companion issue went unnoticed).check_em_dash.py,check_broken_links.py,check_generated_files_current.pypass.Closes #554
Closes #555
Closes #556