pub fn diagnostic_bundle_from_investigation(
bundle: InvestigationBundle,
redaction_policy: BundleRedactionPolicy,
) -> DiagnosticBundleExpand description
Convert an InvestigationBundle into a DiagnosticBundle (no HAR needed).
Useful when the caller already has an InvestigationBundle and only needs to
enrich it with probe outcomes and metadata.