You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addresses four Codex review comments on PR #1891, all verified valid:
- install.sh: `resolve_bridge_commit_version ... || true` so `set -e` does not
abort at the assignment before the "Could not resolve" error prints (the
installer otherwise fails silently on an unregistered/transient bridge miss).
- test-pkg-pr-new-migrate.sh: only force-stage `.npmrc`/`.yarnrc.yml` that carry
the bridge marker, not a pre-existing ignored file that may hold private
registry auth tokens the migration never touched.
- migration/bin.ts: detect Prettier unconditionally on existing-Vite+ upgrades so
the format gate skips Oxfmt on a Prettier project even on a non-`--full`
upgrade; the Prettier migration itself stays gated on `--full`.
- preview-registry.ts: thread the detected package manager into
reconcilePreviewBridgeRegistry so a pnpm/npm/bun project with a stray
`.yarnrc.yml` still gets `.npmrc` (its install reads `.npmrc`). Adds a test.
Claude-Session: https://claude.ai/code/session_01DQhS6o1fyQd1yjiee6W8jR
0 commit comments