pub fn find_all_cycles(index: &Index) -> Result<Vec<Vec<String>>>
Find all cycles in the dependency graph. Returns a list of cycle paths.