Before editing or inspecting a target path, read every applicable
AGENTS.mdfrom the repository root through the target directory. Do not load instructions from unrelated subtrees.
Node CLI package managed with pnpm.
- Keep
packageManagerpinned inpackage.json. - Direct dependencies and devDependencies should use exact versions.
- Update
pnpm-lock.yamltogether withpackage.json. - Verify dependency changes with
pnpm install --frozen-lockfile.