Skip to content

docs: rewrite dash-interrupted sentences into plain prose - #1

Open
Mearman wants to merge 1 commit into
mainfrom
fix/em-dash-style
Open

docs: rewrite dash-interrupted sentences into plain prose#1
Mearman wants to merge 1 commit into
mainfrom
fix/em-dash-style

Conversation

@Mearman

@Mearman Mearman commented Sep 8, 2026

Copy link
Copy Markdown
Member

Summary

Every occurrence of -- (an ASCII double-hyphen used as an em-dash stand-in) has been rewritten -- across README.md, CONTRIBUTING.md, config files, and source comments/docstrings -- into plain sentence structure (colon, comma, semicolon, or a full sentence split). None of the rewrites needed a real em-dash; no sentence in this codebase was one where a dash was genuinely the clearest option. CLI flags like --frozen-lockfile and --points-at are untouched.

Test plan

  • pnpm lint
  • pnpm typecheck
  • pnpm test (24/24, 100% coverage on touched files)
  • pnpm build

Replace double-hyphen "--" interruptions across README, CONTRIBUTING,
config files, and source comments/docstrings with a colon, comma,
semicolon, or a sentence split, matching the punctuation each sentence
actually calls for. CLI flags such as --frozen-lockfile and
--points-at are unaffected.
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
🔒 Security Review Completed 2026-09-08T04:20:31.785166Z 842a4f9 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

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.

1 participant