docs: correct stale bm_* tool count in README#7
Merged
Conversation
The intro said "seven bm_* tools" and the "What the agent gets" header said "Eight tools"; the table listed 8 and omitted bm_projects and bm_workspaces. Actual surface is 10 (bm_recent landed in 0.2.0, bm_projects/bm_workspaces in 0.3.0). Corrects both counts to ten, adds the two missing tool rows, and adds a one-line note that read/write tools accept optional project / project_id for per-call routing (shipped in 0.3.0 but never reflected in the README). Co-Authored-By: Claude Opus 4.7 (1M context) <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.
Summary
The README's tool surface drifted out of sync with the code:
bm_*tools" → now tenbm_projectsandbm_workspaces→ both rows addedproject/project_idfor per-call routing (shipped in 0.3.0, never reflected in the README)Actual surface:
bm_search,bm_read,bm_write,bm_edit,bm_context,bm_delete,bm_move,bm_recent(0.2.0),bm_projects,bm_workspaces(0.3.0) = 10.Verified against
__init__.py_HERMES_TO_BM/TOOL_SCHEMASonmain. Docs-only; no code or test changes.Test plan
🤖 Generated with Claude Code