mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Reconciliation overwrote correctly-set project display names with the directory name for non-GitHub remotes (e.g. gitlab.com/acme/app), because buildWorkspaceGitMetadataFromSnapshot only handled GitHub URLs while the registry-model layer used the more general deriveProjectGroupingKey path. Reuse that path here so both layers agree on the owner/repo display name.