Missing User Warnings
Medium
- Confidence
- 93% confidence
- Finding
- This markdown file contains a migration snippet that tells users to run `rm -rf node_modules package-lock.json yarn.lock`, which irreversibly deletes local dependency directories and lockfiles. The surrounding text does not warn that these files will be removed or advise users to confirm backups/clean state first, so the destructive behavior lacks user disclosure.
