Compare commits

...

1 Commits

Author SHA1 Message Date
Johannes
c84706cca2 cursor commands for wrapping up work 2025-10-17 19:12:29 +02:00
4 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
Build the full app and if you run into any errors, fix them and build again until the app builds.
Complete when: This is complete only when the app build fully.

1
.cursor/commands/pr.md Normal file
View File

@@ -0,0 +1 @@
Open a draft PR with a concise description of what weve done in this PR and what remains to be done.

View File

@@ -0,0 +1,8 @@
Run the unit tests of all files weve changed so far:
1. Check the diff to main
2. Determine all files that we changed
3. Run the corresponding unit tests
4. If tests are failing, update the unit test following the guideline in the corresponding cursor rule.
Complete when: This is complete when all unit tests pass.

View File

@@ -0,0 +1 @@
Run /unit-test and if complete /build and if complete /pr