Files
pnpm/agent/server/src
Zoltan Kochan a2643aba5c fix: drop buggy importer remap in agent server
The `|| importerId === '.'` fallback in the importer matching predicate
caused any project to match when iterating the root importer, so in a
workspace where the root project was not the first entry in `projects[]`
the root snapshot could be written under a non-root project's key.

Lockfile importer IDs are already the relative paths from lockfileDir
(tmpDir) to each project dir, which equal the requested project.dir
values by construction — no remapping is needed.
2026-04-16 22:40:47 +02:00
..