pub fn get_project_path_for_scope(scope: &str) -> Option<String>
Get the project path for scopes that are project-specific. Returns the original cwd for ‘project’ and ‘local’ scopes, None otherwise.