## Summary
- Writes a temporary scoped .npmrc with @mosaic:registry=<gitea-url> instead of using --registry flag
- Only @mosaic/* packages resolve from Gitea; third-party deps resolve from npmjs normally
- Bumps @mosaic/mosaic and @mosaic/cli to 0.0.13
## Test plan
- [ ] mosaic update pulls 0.0.13
- [ ] mosaic gateway install resolves @mosaic/gateway from Gitea
- [ ] Third-party deps like @anthropic-ai/sdk resolve from npmjs without E404
🤖 Generated with [Claude Code](https://claude.com/claude-code)
The --registry flag overrides all package resolution, causing npm to
look for third-party deps (e.g. @anthropic-ai/sdk) on Gitea. Fix by
writing a scoped .npmrc that routes only @mosaic/* to Gitea while
letting everything else resolve from npmjs normally.
Bump to 0.0.13.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Test plan
🤖 Generated with Claude Code