docs: refresh stale builtin/module/check counts across reference docs#447
Merged
Merged
Conversation
A documentation review found headline counts drifted behind the tree.
Verified current: 199 core builtins, ~60 extension builtins, 73 lib/*.eigs
files, 2519 suite checks.
- README.md builtins: "150+ (130 core + 20 extensions)" → "250+ (199 core +
~60 extensions)". Checks: the two internally-inconsistent counts ("2,000+"
and "1,800+") both → "2,500+".
- docs/BUILTINS.md: "200+ (160+ core + 45 extensions)" → "250+ (199 core +
~60 extensions)".
- docs/ARCHITECTURE.md: "49 modules in lib/" → 73 (the literal lib/*.eigs
file count).
README's "51-module standard library" headline is LEFT AT 51 deliberately:
tools/doc_drift_check.sh rule 4 pins that headline to README's own curated
stdlib table (51 rows), which intentionally excludes the ui_w_* widget-toolkit
split, the test/pkg/contract/invariant infra modules, and (a real gap, but a
separate call) utf8. ARCHITECTURE counts all 73 files in lib/; README's 51 is
the curated public subset — different metrics, both true. Doc-drift gate green.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
b108b2a to
d088357
Compare
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.
A documentation review found the headline counts drifted behind the tree. Current, verified: 199 core builtins, ~60 extension builtins, 73 lib modules, 2519 suite checks.
51-module→ 73;150+ builtins (130 core + 20 extensions)→ 250+ (199 core + ~60 extensions); the two internally inconsistent check counts (2,000+at line 373 and1,800+at line 469) both → 2,500+.200+ (160+ core + 45 extensions)→ 250+ (199 core + ~60 extensions).49 modules in lib/→ 73.Verified via
grepofsrc/builtins.c(199) andsrc/ext_*.c(~60),ls lib/*.eigs(73), and the last full suite run (2519). Doc-only.🤖 Generated with Claude Code