pub fn default_workspace_ref(root: &Path) -> Option<String>Expand description
Resolve a concrete --changed-workspaces ref for project-level next steps.
Returns None when the project has no workspaces, is not a git repository,
or has no resolvable remote default branch.