What do you want to change?
Update the root README development install command from npm install to the safer install form documented in AGENTS.md, for example npm install --ignore-scripts.
Why?
The README currently tells new contributors to run npm install, while AGENTS.md says local dependency hydration should use --ignore-scripts unless lifecycle scripts are explicitly requested. Aligning the README with the repo's dependency security guidance reduces first-run ambiguity and avoids running package scripts during setup by default.
How? (optional)
Docs-only change in the README Development block. No lockfile, dependency, runtime, or package code changes.
What do you want to change?
Update the root README development install command from
npm installto the safer install form documented inAGENTS.md, for examplenpm install --ignore-scripts.Why?
The README currently tells new contributors to run
npm install, whileAGENTS.mdsays local dependency hydration should use--ignore-scriptsunless lifecycle scripts are explicitly requested. Aligning the README with the repo's dependency security guidance reduces first-run ambiguity and avoids running package scripts during setup by default.How? (optional)
Docs-only change in the README Development block. No lockfile, dependency, runtime, or package code changes.