Intent-Code Divergence
Medium
- Confidence
- 91% confidence
- Finding
- The document states that local review should not modify the user's project directory, yet it earlier recommends `volta pin node@<version>`, which writes a `volta` field into `package.json`. This inconsistency can cause unintended file modification, dirty working trees, and accidental inclusion of environment-specific changes in commits, especially in an automated review workflow.
