docs(readme): sync current counts across all 5 READMEs#289
Merged
Conversation
Update the live capability counts to match the code, verified against the registries: - Alpha Zoo 452 -> 456 (registry.list() == 456); academic zoo 6 -> 10 (Jegadeesh / George-Hwang / Amihud / Harvey-Siddique added in #277) - Finance skills 77 -> 79 - MCP tools 36 -> 54 (mcp_server has 54 @mcp.tool fns); the exposed-tool list is completed with the 18 read-only data tools that were missing - agent tools tree comment 31 -> 68 (build_registry().tool_names == 68) Only current-state claims are touched. Dated News entries (the 0.1.8 and v0.1.9 release notes), the "Shipped 0.1.8" roadmap row, and contributor credits are point-in-time records and are deliberately left unchanged. Supersedes #285.
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.
Summary
Corrects the stale current-state capability counts across all 5 READMEs (en/zh/ja/ko/ar), verified against the code rather than guessed:
registry.get_default_registry().list()→ 456@mcp.toolfns inmcp_server.py; exposed-tool list completed with the 18 read-only data toolsbuild_registry().tool_names→ 68Why not just merge #285
#285 had the right intent and the current-count fixes were correct, but it also rewrote dated historical entries in the 4 non-English READMEs — the
2026-05-17(0.1.8) News note (452→456, plus injecting 4 factors that didn't exist then) and the2026-06-01(v0.1.9) note (36→54). Those are point-in-time snapshots and were genuinely 452 / 36 at those dates, so editing them makes the changelog false and diverges from the (untouched) English News.This PR keeps only the current-state claims and deliberately leaves dated News entries, the "Shipped 0.1.8" roadmap row, and contributor credits unchanged. Supersedes #285.
Test Plan
452confirmed to appear only in the 4 historical lines (2 News + roadmap + contributor) per file