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
fix: make package.json sync rules explicit and comprehensive
Previous instructions said 'shared dependencies' which the agent interpreted
narrowly, missing most version bumps and new packages. Now explicitly states:
update all matching versions, add new packages, never remove, never downgrade,
and run pnpm install to regenerate lockfile.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments