Pin Dependency Versions
Pin versions and use lockfiles for reproducible builds
CLAUDE.md
Pin dependency versions and commit your lockfile. Reproducible builds require exact versions. Use npm ci or equivalent in CI to install from the lockfile, not the manifest.
Copy this block into your CLAUDE.md or agent config file to enforce it in your workflow.