Pre-existing, unrelated to #1 — deliberately left untouched there because the repo rename is a separate change.
Every package in this repo still carries the old repository identity. packages/webrun-modules/package.json:
"homepage": "https://github.com/statewalker/webrun-files/tree/main/packages/webrun-modules#readme",
"repository": { "type": "git", "url": "git+https://github.com/statewalker/webrun-files.git" }
packages/webrun-modules-build/package.json likewise (git+ssh://git@github.com/statewalker/webrun-files.git). The remote is statewalker/webrun-transform.
These fields ship to npm, so the registry pages link at the wrong repo. Worth sweeping every package here in one pass as part of the rename.
🤖 Filed with Claude Code
Pre-existing, unrelated to #1 — deliberately left untouched there because the repo rename is a separate change.
Every package in this repo still carries the old repository identity.
packages/webrun-modules/package.json:packages/webrun-modules-build/package.jsonlikewise (git+ssh://git@github.com/statewalker/webrun-files.git). The remote isstatewalker/webrun-transform.These fields ship to npm, so the registry pages link at the wrong repo. Worth sweeping every package here in one pass as part of the rename.
🤖 Filed with Claude Code