pub fn validate_workspace_path(
path: &Path,
workspace_root: &Path,
) -> Result<PathBuf, WorkspacePathError>Expand description
Validate and normalize a path so it remains within workspace_root.
The returned path is absolute and suitable for downstream filesystem access.