Skip to content

docs: replace em-dashes with hyphens per workspace rule 6#329

Merged
avifenesh merged 1 commit intomainfrom
docs/normalize-em-dashes-v2
Apr 15, 2026
Merged

docs: replace em-dashes with hyphens per workspace rule 6#329
avifenesh merged 1 commit intomainfrom
docs/normalize-em-dashes-v2

Conversation

@avifenesh
Copy link
Copy Markdown
Collaborator

@avifenesh avifenesh commented Apr 15, 2026

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

  • No `—` remaining in target files

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 (-) across README.md, the website meta description in site/index.html, and the corresponding snippet in site/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.

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.
Copilot AI review requested due to automatic review settings April 15, 2026 08:03
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@avifenesh avifenesh merged commit 35ffe13 into main Apr 15, 2026
15 checks passed
@avifenesh avifenesh deleted the docs/normalize-em-dashes-v2 branch April 15, 2026 08:08
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request replaces em dashes with hyphens across the README.md, site/index.html, and site/ux-spec.md files to ensure consistent punctuation. I have no feedback to provide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants