pub fn parse_compressed_sections(text: &str) -> Vec<CodeChange>Expand description
Parse ### File: … subsections from the Code Changes section.
Each ### File: <path> header starts a new CodeChange entry; the
following - **Change** / **Rationale** / **Impact** lines populate it.