docs: unwrap remaining hard-wrapped markdown - #608
Merged
Conversation
The last tracked markdown outside the docs cruft-sweep areas. Join each paragraph onto one logical line so a one-word edit no longer reflows the block. Content unchanged (word and heading counts preserved).
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.
What
Unwrap the last hard-wrapped markdown that falls outside the docs cruft-sweep areas (currently
GRANT_APPLICATION.md): each paragraph becomes one logical line.Why
Hard-wrapped prose churns diffs: a one-word edit reflows the whole paragraph. One logical line per paragraph keeps future diffs minimal. The docs cruft-sweep PRs (#599-#606) already unwrap everything under their areas; this covers the remainder so the whole repository follows the rule. Content is unchanged: word and heading counts are preserved and code fences, tables, lists and headings are untouched.
Testing
Mechanical reflow only, no build. Verified word-count and heading-count invariance per file.
AI Assistance
Implemented with Claude Code.