Skip to content

docs: unwrap remaining hard-wrapped markdown - #608

Merged
mfw78 merged 2 commits into
dev/m1from
docs/unwrap-remaining
Jul 25, 2026
Merged

docs: unwrap remaining hard-wrapped markdown#608
mfw78 merged 2 commits into
dev/m1from
docs/unwrap-remaining

Conversation

@mfw78

@mfw78 mfw78 commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

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.

mfw78 added 2 commits July 25, 2026 03:31
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).
@mfw78
mfw78 merged commit 20163c8 into dev/m1 Jul 25, 2026
7 checks passed
@mfw78
mfw78 deleted the docs/unwrap-remaining branch July 25, 2026 06:20
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