pub fn load_engineer_profiles( project_root: &Path, engineers: &[String], tasks: &[Task], ) -> Result<HashMap<String, EngineerProfile>>