- .npmrc: use ${GITEA_NPM_HOST:-localhost}:3300 (was hardcoded gitea.bytelyst.com) - publish-local-packages.sh: use ${GITEA_NPM_HOST:-localhost}:3300 fallback - fix-npmrc-all-repos.sh: add common-plat to repo list, skip self for workspace link, add nested .npmrc scanning (e.g. dashboard/.npmrc)
Replaces hardcoded gitea.bytelyst.com URLs with env-var-based ${GITEA_NPM_HOST:-localhost}:3300 and adds common-plat workspace links. Supports dry-run and --apply modes. Addresses recurring TLS proxy failures on corp network.