pub async fn run_reflection_pass(
engine: &MnemoEngine,
agent_id: &str,
) -> Result<ReflectionReport>Expand description
Back-compat entry point — runs the reflection pass unconditionally
(equivalent to run_reflection_pass_with_mode(_, _, Always, true)).