Package ai.doctruth.internal.render
package ai.doctruth.internal.render
Internal section-rendering helpers shared by Layer 2 (extraction) and Layer 3 (context
strategies). NOT public API.
The single SectionRenderer entry point is the only
place in the codebase that converts a ParsedSection to a flat string,
so changes to that representation happen in exactly one location (per CONTRIBUTING.md
"Engineering principles" §1 — decoupled by default, single source of truth).