pub fn find_project_codineer_dir(cwd: &Path) -> Option<PathBuf>Expand description
Finds the nearest .codineer/ directory in cwd or its ancestors that contains
settings.json, indicating an initialized project. Returns None when none is found.