chore: replace all em dashes with hyphen-minus#1
Conversation
Agent-Logs-Url: https://github.com/BENZOOgataga/FrameShift/sessions/cf4b0fc1-7d5d-415c-acdd-6630a5c9e73c Co-authored-by: BENZOOgataga <50145143+BENZOOgataga@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR removes Unicode em dashes (—) from repository documentation/config text, replacing them with ASCII hyphen-minus (-) to standardize punctuation and avoid Unicode em dashes in prose and examples.
Changes:
- Replaced em dashes with
-in project-facing docs (README.md,CLAUDE.md) and internal plan/spec markdown. - Updated
.gitignoreIDE section comments to use-instead of—.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.gitignore |
Replaces em dashes in IDE section comments with ASCII hyphen-minus. |
README.md |
Replaces em dash punctuation in tagline and feature list with -. |
CLAUDE.md |
Replaces em dash punctuation throughout guidance text and tables with -. |
docs/superpowers/plans/2026-04-24-schematic-parsing-list-info.md |
Replaces em dashes in plan prose and code-example comments/string literals with -. |
docs/superpowers/specs/2026-04-24-schematic-parsing-list-info-design.md |
Replaces em dashes in spec prose with -. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@copilot apply changes based on the comments in this thread |
Updated the PR description to clarify that only Unicode em dashes were removed - the box-drawing characters ( |
I read your thread too fast, don't remove those characters, they are here for structuring folders and files in the README.md file. Revert. |
No characters were removed - the box-drawing glyphs ( |
Removes all occurrences of the Unicode em dash character (
—) from repository documentation, replacing each with-(space-hyphen-space).Note: this PR targets em dashes only. Other non-ASCII characters (e.g., the box-drawing glyphs
├──/└──inCLAUDE.md's package-structure diagram) are intentional and left untouched.Files changed
.gitignore- 3 IDE section commentsREADME.md- tagline and feature bullet listCLAUDE.md- prose, package structure table, build quirk notesdocs/superpowers/plans/2026-04-24-schematic-parsing-list-info.md- plan prose, inline code comments and string literals within code examplesdocs/superpowers/specs/2026-04-24-schematic-parsing-list-info-design.md- spec proseNo functional code changed; all replacements are in documentation, comments, and string literals inside planning/spec markdown.
Original prompt
This pull request was created from Copilot chat.