From 60b25a29e27f96152535659c904de8adac63dd0d Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Tue, 24 Feb 2026 10:30:33 -0800 Subject: [PATCH] Add command --- .cursor/commands/pre-push.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .cursor/commands/pre-push.md diff --git a/.cursor/commands/pre-push.md b/.cursor/commands/pre-push.md new file mode 100644 index 000000000..5c2eb56a0 --- /dev/null +++ b/.cursor/commands/pre-push.md @@ -0,0 +1 @@ +Please compare `dev` to `main` and ensure that all migrations are backwards compatible. In what ways could breakage occur? Report the result to me in detail.