cherry-pick strip em/en dashes → main - #1498
Merged
Merged
Conversation
…1497) Removes em-dashes and en-dashes from every user-visible surface, replacing with commas / periods / colons contextually. Never a hyphen. Editorial preference documented in the user's global CLAUDE.md and already enforced by the spec-schema validator on bench YAMLs; this extends the same rule to markdown docs, hardcoded UI copy, meta titles, JSON-LD names, SVG aria-labels, provider registry descriptions. Scope: - README.md, AGENTS.md, docs/architecture.md (all prose in these files) - src/app/layout.tsx (RSS + JSON Feed titles) - src/app/mcp, rpc, hyperliquid/[slug], benchmarks/[slug], compare/[slug]/page.tsx (page titles, headings, jsonld names) - src/app/api/badge, api/sparkline (SVG titles + aria-labels) - src/data/provider-registry.ts (ParaSwap, Ondo OUSG, Maple SyrupUSDC) Skipped: - JSX comments ({/* ... */}) and inline // block comments (internal code documentation, not user-visible) - Design-vocabulary '—' glyphs used as 'no data' cell indicators (ledger-table, hl-cohort-leaderboard, etc.) - src/lib/jsonld.ts em-dash logic (operates ON the dash, not text) Co-authored-by: Florent Tapponnier <contact@mobula.io>
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.
Cherry of #1497 (dev). Strip em-dashes and en-dashes from user-facing text (comments untouched).