Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Enables NETWORK-aware Gitea registry resolution: - NETWORK=corp → localhost (local Gitea) - NETWORK=home → Azure VM host (from ~/.gitea_vm_host) switch-network.sh in common-plat sets GITEA_NPM_HOST accordingly. Matches existing .npmrc.docker pattern used during Docker builds.
- Convert all @bytelyst/* file: refs to semver ^0.1.0 - Remove sibling common-plat workspace references - Add .npmrc and .npmrc.docker for local Gitea registry - Rewrite Dockerfiles: pnpm + BuildKit secret mount - Verified: pnpm install + backend typecheck pass