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