From e80647dc130f1c4b5f51857b27649229cf887701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vi=CC=81ctor=20Falco=CC=81n?= Date: Mon, 1 Dec 2025 15:19:41 +0100 Subject: [PATCH] feat(.cursor): Add whisper-money rule configuration --- .cursor/rules/whisper-money.mdc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .cursor/rules/whisper-money.mdc diff --git a/.cursor/rules/whisper-money.mdc b/.cursor/rules/whisper-money.mdc new file mode 100644 index 00000000..190c36da --- /dev/null +++ b/.cursor/rules/whisper-money.mdc @@ -0,0 +1,12 @@ +--- +alwaysApply: true +--- +# After each change +- Make sure that CI steps are passing (`.github/workflows/ci.yml`). + - bun install --frozen-lockfile + - composer install --no-interaction --prefer-dist --optimize-autoloader + - bun run build + - ./vendor/bin/pest + - vendor/bin/pint --test + - bun run format + - bun run lint