We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1df756 commit 5f9dcb3Copy full SHA for 5f9dcb3
1 file changed
.cursor/rules/ci-safety.mdc
@@ -0,0 +1,12 @@
1
+---
2
+description: CI safety checks before shipping
3
+globs: "*"
4
+alwaysApply: true
5
6
+### CI safety checklist
7
+
8
+- Run `npm run typecheck` after TypeScript changes.
9
+- Run `npx prisma generate --sql` if Prisma SQL imports fail.
10
+- Run `npm run test:e2e:run` for auth/session/permission changes.
11
+- If a check cannot run due to environment limits, document the reason and
12
+ avoid declaring the change ready without CI confirmation.
0 commit comments