pub async fn reset_preview(
runner: &dyn ComposeRunner,
plan: &RigPlan,
) -> Result<Vec<String>, CoreError>Expand description
The reset preview (04-02, RIG-01): the named-volume names rig reset’s down -v half will remove, reported in the result data so
agents see WHAT reset took before/as it acts. Label-filtered at the
docker layer (volume_ls_args) and name-filtered here — only
<project>_-prefixed volumes are reset’s to take (defense in
depth; research Pitfall 4 shape: Name + Labels).