pub fn compare_step(
legacy: &ResolvedStep,
typed_turn: &ResolvedTurn,
history: &[Message],
active_bodies: &[PromptFragment],
budget: SkillReattachmentBudget,
options: RenderOptions,
) -> Result<ShadowReport>Expand description
Independently render the typed request but return comparison metadata only. The caller retains the legacy snapshot as the sole dispatch input.