diff --git a/.cursor/rules/general.mdc b/.cursor/rules/general.mdc deleted file mode 100644 index 24daef2ba..000000000 --- a/.cursor/rules/general.mdc +++ /dev/null @@ -1,9 +0,0 @@ ---- -description: General rules always applicable across the project -globs: -alwaysApply: true ---- -# Style - -- Comments must add value to code. Don't write filler comments explaining what you are doing next; they just add noise. -- Add a comment to clarify surprising behavior which would not be obvious. Good variable naming and clear code organization is more important.