pub async fn export_bundle(
bundle: &ExperimentEvidenceBundle,
namespace: &str,
store: &ForgeStore,
) -> ForgeResult<ExportEnvelopeV3>Expand description
Export an ExperimentEvidenceBundle through Forge’s canonical export schema.
This is the normative path for the stack. It emits ExportEnvelopeV3,
persists an export receipt, and is the canonical path into the bridge.