Hwaro::Services::ConfigSnippets::SectionEntry
Single source of truth for "what can doctor --fix add and what
is each section called?". A SECTION_REGISTRY entry pairs the
human description with a proc that produces the commented TOML
snippet. Adding a new auto-fixable section requires touching
exactly one entry (instead of updating both KNOWN_SECTIONS and
the dispatch case in doctor_snippet_for and risking drift).