Add new Cursor commands

This commit is contained in:
2026-03-02 20:23:02 +01:00
parent 31f723cbd6
commit c96a433307
2 changed files with 35 additions and 0 deletions

9
.cursor/commands/run.md Normal file
View File

@@ -0,0 +1,9 @@
# Run app on device
Build and install the app on the connected USB Android device.
## What to do
1. Run `./gradlew installDebug` (use `gradlew.bat` on Windows).
2. Ensure the device is connected via USB with USB debugging enabled.
3. After a successful install, report the device name and that the app is ready to launch.