vp migrate beta test#9
Conversation
There was a problem hiding this comment.
Code Review
This pull request simplifies the CLAUDE.md documentation, configures pre-commit hooks and staged tasks via vite.config.ts, adds a prepare script to package.json, and updates dependency versions in pnpm-workspace.yaml. However, the addition of a temporary registry bridge in .npmrc poses a risk to other developers and CI environments, and this file should be removed and ignored.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| # pkg.pr.new registry bridge (added by test-pkg-pr-new-migrate.sh) | ||
| registry=https://pkg-pr-registry-bridge.void.app/ |
There was a problem hiding this comment.
The .npmrc file contains a custom registry bridge (https://pkg-pr-registry-bridge.void.app/) which appears to have been automatically added by a test script (test-pkg-pr-new-migrate.sh). Committing this file will force all package installations for other developers and CI environments to go through this temporary bridge, which can lead to build failures, security risks, or dependency resolution issues. This file should be removed from the repository and added to .gitignore.
No description provided.