Safety wording

Clear language, no fake safety claims.

The goal is to help users understand the action in front of them, not to pretend the tool made a safety decision.

Full wording rules live in the repo.View on GitHub

Say what will happen

rm -rf dist
→ This will delete the `dist` folder.
npm install
→ This will install or update this project's JavaScript packages.

Use caution without panic

git clean -fd
→ This may permanently delete untracked files from the project.

Do not say “this is safe.” NotATechBro is an explanation layer, not a security product.

Keep stdout clean

Human preview text goes to stderr by default. Structured JSON mode is available for host protocols that need stdout.