You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- IMPORTANT: Always use British English spelling for documentation, comments and function names.
4
+
5
+
# Package and Library Versions
6
+
7
+
- IMPORTANT: When adding packages to an application use the package-version MCP tool to ensure you use the latest versions.
8
+
9
+
# General Coding Rules
10
+
11
+
- Check project files before suggesting structural or dependency changes.
12
+
- Don't complete the analysis prematurely, if you think you've completed the task but have no way of verifying it, you should ask the user to verify your changes.
13
+
- If you're having trouble using a library correctly you should look up it's documentation using the tools available to you.
14
+
- If you're modifying software that has an existing test suite, you should run the tests and ensure they pass when you think you've completed the task.
0 commit comments