pub fn report_managed_paths(report: &RenderReport) -> Vec<Utf8PathBuf>Expand description
Every *.tera output path the report knows about — written /
unchanged / diverged. The apply orchestrator unions this with
the secret pipeline’s plaintext outputs to drive a single
write_managed_section call (rather than render writing one
list of paths and secrets immediately overwriting it with a
different one). PR #57 review.