docs: unwrap hard-wrapped Markdown to one line per paragraph
Hard line breaks mid-paragraph make docs harder to edit and diff — a one-word change reflows and re-diffs the whole paragraph. Reflow all tracked non-vendor Markdown (plus vendor/AGENTS.md) so each prose paragraph is a single line; soft-wrapping is the editor's job. Fenced code, tables, and list structure are preserved (wrapped list items fold to one line per bullet). Documents the convention in AGENTS.md.
This commit is contained in:
+1
-4
@@ -1,9 +1,6 @@
|
||||
# RFCs
|
||||
|
||||
Proposals for substantial future work — reviewed before implementation,
|
||||
unlike ADRs (which record decisions already made). Each RFC groups a related
|
||||
set of ideas from the quality/robustness proposal (2026-06-11); statuses
|
||||
move proposed → accepted → implemented (then usually graduate to an ADR).
|
||||
Proposals for substantial future work — reviewed before implementation, unlike ADRs (which record decisions already made). Each RFC groups a related set of ideas from the quality/robustness proposal (2026-06-11); statuses move proposed → accepted → implemented (then usually graduate to an ADR).
|
||||
|
||||
| # | Title | Status |
|
||||
|---|---|---|
|
||||
|
||||
Reference in New Issue
Block a user