#[derive(Debug)] pub struct CuddleContext { pub plan: CuddlePlan, pub path: PathBuf, }