Skip to content

docs: scope 80-char hard-wrap to commit messages - #323

Merged
ecv merged 1 commit into
mainfrom
docs/wrap-scope-github-prose
Jul 28, 2026
Merged

docs: scope 80-char hard-wrap to commit messages#323
ecv merged 1 commit into
mainfrom
docs/wrap-scope-github-prose

Conversation

@ecv

@ecv ecv commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Summary

The commit-message format section said "hard wrap at 80 characters" with no stated scope, so the rule got applied to GitHub issue and PR bodies too. Those render as GitHub-flavored markdown and soft-wrap on their own — hard wrapping them produces ragged output in the web UI and fights the editor when someone revises the text.

This states the scope explicitly, matching the equivalent rule already in the infra repo's CLAUDE.md.

Test plan

  • Docs-only change; no code paths touched

The commit-message format section said "hard wrap at 80 characters" with
no stated scope, so the rule got applied to GitHub issue and PR bodies
too. Those render as GitHub-flavored markdown and soft-wrap on their own;
hard wrapping them produces ragged output in the web UI and fights the
editor when someone revises the text.

State the scope explicitly, matching the equivalent rule in the infra
repo's CLAUDE.md.

Key changes:
- Add a Scope bullet limiting the 80-char hard-wrap to commit messages
- Call out that PR descriptions, issues, and comments must not be
  hard-wrapped, breaking lines only where markdown requires it
@ecv
ecv merged commit e51c285 into main Jul 28, 2026
9 checks passed
@ecv
ecv deleted the docs/wrap-scope-github-prose branch July 28, 2026 17:07
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