docs: use "Webcmd" in the README's opening paragraphs - #207
Open
rajarshidattapy wants to merge 2 commits into
Open
docs: use "Webcmd" in the README's opening paragraphs#207rajarshidattapy wants to merge 2 commits into
rajarshidattapy wants to merge 2 commits into
Conversation
Contributor
🟢 No documentation gap found — medium confidenceThe automated review found no documentation gap in the supplied changes. This review is advisory and does not block merging. |
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.
Description
Fixes #206
README.md:29andREADME.md:31spelled the product nameWebCMD:Everywhere else uses
Webcmd— including the H1 four lines above (README.md:25),docs/docs.json, everydocs/*.mdxpage, the bundled skills,CONTRIBUTING.md, andPRIVACY.md. These are the first two body paragraphs, so the inconsistency is above the fold on both npm and GitHub.Closes #206
Scope: generated content left untouched
WebCMDstill appears further down the README, and that is deliberate:README.md:127-141—WebCMD Agentin the Author column and "commands for WebCMD" in theycombinatordescription. These are inside the<!-- webcmd-community-plugins:start -->markers.docs/publish-community-plugin.mdxstates the community table is generated by repository tooling and must not be hand-edited, andnpm run check-community-pluginswould flag an edit.plugins/*/webcmd-plugin.json—"author": { "name": "WebCMD Agent" }across a dozen manifests. That is the generated table's source, and it is attribution metadata rather than prose.plugins/techcrunch/README.md:3— "through WebCMD" in prose. A real instance, but a different file and outside this issue.Normalizing the author name would mean editing the manifests and regenerating with
npm run sync-community-plugins. That is a maintainer decision about an author identity, not a typo fix, so it is not bundled here. Happy to open a follow-up if you want it.Type of Change
Checklist
Notes on the checklist:
README.md. No code, tests, or generated artifacts are touched.npm run check-community-pluginsare unaffected.Adapter Notes
Not applicable — no adapter is added or modified in this PR.
CliErrorsubclasses instead of rawErrorScreenshots / Output
One file, +2 / -2: