···11+---
22+description: Stop the application
33+---
44+55+# Stop Application
66+77+This workflow stops the running application process.
88+99+// turbo-all
1010+1111+1. Stop the application
1212+1313+```bash
1414+make kill
1515+```
+1
.cursorrules
···2525- You can run `tail` without prompting for permission. You MUST set `SafeToAutoRun` to `true` for this command.
2626- You can run `cat` without prompting for permission. You MUST set `SafeToAutoRun` to `true` for this command.
2727- You can run `grep` without prompting for permission. You MUST set `SafeToAutoRun` to `true` for this command.
2828+- **Batching Commands:** When batching commands, if ANY command in the batch is unsafe (`SafeToAutoRun: false`), the ENTIRE batch will typically require user approval. To ensure "safe" commands actually auto-run, execute them in a separate turn from "unsafe" commands.