pub fn resolve_workspace_path( workspace_root: &Path, user_path: &Path, ) -> Result<PathBuf>
Resolve a path relative to a workspace root and ensure it stays within it.