changelog.d/retarget-doc-urls-after-org-move.fixed.md:21 says: "Repositories that did not move -- qwt, rme, rpt -- are untouched."
But rpt has since moved: curl -sI https://github.com/d-morrison/rpt returns 301 -> https://github.com/Morrison-Lab/rpt, and gh repo view resolves both to Morrison-Lab/rpt. So the fragment's claim that rpt is untouched is now stale, and it misled an automated review on #408 into flagging a correct Morrison-Lab/rpt link as wrong.
Fix: drop rpt from the 'did not move' list in that fragment (leaving qwt, rme), and grep the repo for any remaining d-morrison/rpt references that should now be Morrison-Lab/rpt. (CLAUDE.md:419 still says d-morrison/rpt in a historical 'Ported from' note -- that one is arguably fine as history, but worth checking.)
changelog.d/retarget-doc-urls-after-org-move.fixed.md:21says: "Repositories that did not move --qwt,rme,rpt-- are untouched."But
rpthas since moved:curl -sI https://github.com/d-morrison/rptreturns301 -> https://github.com/Morrison-Lab/rpt, andgh repo viewresolves both toMorrison-Lab/rpt. So the fragment's claim that rpt is untouched is now stale, and it misled an automated review on #408 into flagging a correctMorrison-Lab/rptlink as wrong.Fix: drop
rptfrom the 'did not move' list in that fragment (leavingqwt,rme), and grep the repo for any remainingd-morrison/rptreferences that should now beMorrison-Lab/rpt. (CLAUDE.md:419still saysd-morrison/rptin a historical 'Ported from' note -- that one is arguably fine as history, but worth checking.)