docs: correct rust workspace crate count to 11#3269
Conversation
|
Good catch — docs that say one thing while the workspace defines another are a real source of confusion for new contributors. With 11 crates now, are you planning to document what the 11th is separately or leave it self-explanatory from the workspace layout? |
|
The workspace uses |
|
Straightforward doc fix, the drift from 9 to 11 is exactly the kind of thing that silently causes confusion. Since the workspace uses |
|
Thanks for the confirmation — makes sense to keep it lean without listing all 11. I'll leave it as-is. |
Summary
Follow-up doc fix after #3268.
The Stats section of
rust/README.mdstates 9 crates in the workspace, but the workspace (members = ["crates/*"]) now contains 11 crates:api,claw-analog,claw-rag-service,commands,compat-harness,mock-anthropic-service,plugins,runtime,rusty-claude-cli,telemetry,tools(verified by counting
rust/crates/*/Cargo.toml— 11 manifests). This PR updates only that number; it does not restructure the layout or responsibilities sections.Note on a second candidate fix (not included)
While investigating I also checked the reported broken link in
how_to_run.md([futute.md](futute.md)). I did not change it: neitherfutute.mdnor a correctly-spelledfuture.mdexists anywhere in the repository, so retargeting the link would not resolve to a real file. Left untouched pending a decision on whether that target doc should be created.