PR #142 reworks PR checkout (workmux add --pr N) to avoid creating
fork-<owner> remotes. Instead of fetching from the fork and setting up a named
remote for tracking, it fetches refs/pull/<N>/head from the base repo and
stores the head repo URL directly in branch.<name>.remote.
This document explains why that approach breaks multiple core workmux and git