ENV: Windows.

For every terminal command, always use cmd /c so the process terminates properly.
Example: use "cmd /c npm test" instead of "npm test".
Example: use "cmd /c python script.py" instead of "python script.py".

Do not use interactive commands.
Do not wait for Y/N prompts.
If a command may ask for confirmation, use a non-interactive flag or ask me first.

Keep every first response short.
Before running commands, inspect the repo briefly, then propose the exact command.
