chore: replace every em and en dash with real punctuation - #42
Merged
Conversation
Colons for appositives, parentheses for interpolations, commas and semicolons where the sentence continues. Covers READMEs, CONTRIBUTING, SECURITY, plugin metadata, skills, and the js comments and user-facing strings (tests updated in lockstep). site/index.html is excluded: the typeset redesign on add-landing-page-site replaces it wholesale. Each plugin whose shipped files changed gets a patch version bump so installed copies refresh. Suite: 1499 passing.
karanb192
added a commit
that referenced
this pull request
Aug 18, 2026
The #42 cleanup walked files with glob('**/*.json'), which skips dot-directories, so .claude-plugin/marketplace.json and the seven original plugins' .claude-plugin/plugin.json descriptions kept their em dashes and the verification pass shared the blind spot. Same replacement vocabulary as #42; verification now uses os.walk. The seven touched plugins get patch bumps per the versioning rule.
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.
What
Removes all 128 em and en dashes from the repo's prose and code: READMEs, CONTRIBUTING, SECURITY, plugin metadata (marketplace.json, plugin.json descriptions), skills, and the js comments and user-facing strings. Each replacement is deliberate punctuation, not a mechanical swap: colons for appositives ("X: explanation"), parentheses for interpolations, commas and semicolons where a sentence continues, plain hyphens for numeric ranges.
Notes
site/index.htmlis deliberately excluded: the typeset redesign onadd-landing-page-sitereplaces that file wholesale, so the no-dash rule should land there once, in the redesign.site/.Tests