docs: replace em-dashes with hyphens per workspace rule 6#329
Merged
Conversation
Workspace CLAUDE.md rule 6: use ' - ' (hyphen with spaces) instead of em-dashes. Gemini review on #326 flagged these. - README.md: 10 replacements - site/index.html: 1 replacement - site/ux-spec.md: 1 replacement No content changes, pure character normalization.
Contributor
There was a problem hiding this comment.
Pull request overview
Documentation-only punctuation normalization to comply with workspace style rule (replace em-dashes — with spaced hyphens -) across public-facing docs and site metadata.
Changes:
- Replaced an em-dash with a spaced hyphen in the site
<meta name="description">tag. - Updated README prose to replace multiple em-dashes with spaced hyphens.
- Updated the UX spec’s HTML head snippet to match the site meta description punctuation.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
README.md |
Normalizes em-dashes to spaced hyphens in introductory prose and command descriptions. |
site/index.html |
Normalizes punctuation in the page meta description (SEO snippet). |
site/ux-spec.md |
Keeps the UX spec’s “Head Content” snippet consistent with the site meta description punctuation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Replace 12 em-dashes (`—`) with ` - ` across README.md, site/index.html, and site/ux-spec.md.
Why
Workspace `CLAUDE.md` rule 6: Use single dash for em-dashes - In prose, use ` - ` (single dash with spaces), never ` -- `. Gemini flagged these in the #326 review.
Replaces #328 which was stale after #327 merged with overlapping edits.
Scope
Pure character normalization, no content changes.
Test plan
Note
Low Risk
Low risk documentation-only change that normalizes punctuation; no runtime logic, APIs, or behavior are affected.
Overview
Normalizes prose punctuation by replacing em-dashes (
—) with spaced hyphens (-) acrossREADME.md, the website meta description insite/index.html, and the corresponding snippet insite/ux-spec.md.No functional or behavioral changes; this is purely a documentation/content formatting update.
Reviewed by Cursor Bugbot for commit c091efd. Configure here.