this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

IMprove cursor rules around whitespace

+3
+3
.cursorrules
··· 12 12 - **Strict Flow Control:** You MUST use `make kill` to stop the application. You MUST use `make restart` to restart the application. 13 13 - **Model Agnostic:** These rules apply to Gemini, Llama, Claude, or any local models. The Makefile handles the specifics. 14 14 - **Error Handling:** If a `make` command fails, check the `Makefile` definition before attempting manual fixes. 15 + 16 + # General Guidelines 17 + - Do not leave trailing whitespace in files. This can be validated using `git diff --check`.