Format named or changed files with the project's Prettier
Format the requested files with this repo's Prettier. Do not invent a config.
git diff / staged files if that is the work).package.json, config files such as .prettierrc*, prettier.config.*). If it is missing, stop and say so — do not add Prettier unless they asked to install it.npx prettier --write <paths>npm run format, pnpm prettier, etc.) if it is equivalent.Show which paths were written. Do not mix in lint, refactors, or logic changes.