From 942db7e8b61d576bd412d8cfab42597ef6b0adb1 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sun, 22 Jun 2025 19:35:06 -0500 Subject: [PATCH] add cursor rules --- .cursor/rules/elixir.mdc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.cursor/rules/elixir.mdc b/.cursor/rules/elixir.mdc index b93c988..8fa9e02 100644 --- a/.cursor/rules/elixir.mdc +++ b/.cursor/rules/elixir.mdc @@ -1,5 +1,6 @@ --- -description: -globs: -alwaysApply: false +description: +globs: +alwaysApply: true --- +This is an elixir & phoenix project that uses esbuild and as much liveview as possible. Do not directly try to interact with npm. Ensure liveview is used as much as possible to minimize javascript. When writing or changing code, ensure the tests still pass and you did not break other parts of the code by running "mix test".