//! # rvCSI file/replay adapter (skeleton — implemented by the adapters swarm agent) //! //! Records and replays `.rvcsi` capture sessions deterministically (ADR-095 D9). #![forbid(unsafe_code)] /// Placeholder so the crate compiles before the agent fills it in. pub fn __rvcsi_adapter_file_placeholder() {}