Platform
macOS
Operating system version
macOS Sequoia 15.5
System architecture
ARM64 (M1, M2, etc)
PolyScope Version
0.6.0
Bug description
Changes made within a workspace via an npm audit caused the package-lock.json file to update the package name to the workspace name.
Not sure if this is possible to fix but thought I'd share. Maybe this is something that can block on the agent itself if not at repository level.
Steps to reproduce
- Run an npm command like
npm audit fix.
- See package name updated in lock file.
Relevant log output