pub fn parse_fixer_output(text: &str) -> FixerOutputExpand description
Parse structured fixer output from the fixer’s text response.
Returns a default (empty) FixerOutput if parsing fails. We don’t want
a fixer parse failure to block the pipeline, and this preserves backward
compatibility with fixers that produce prose-only output.