pub fn bundle_excluding_abouts(
bundle: &str,
excluded_abouts: &[String],
) -> Result<String, PortError>Expand description
Re-encodes a verified bundle without events rooted at excluded_abouts.
This is the bundle-side counterpart to
EmbeddedKernelStore::export_bundle_excluding_abouts. Operational
comparisons must apply the same authored-memory policy to a legacy bundle
and to the live store; otherwise release-owned guide events can look like a
divergent project history even when both streams are identical.