Skip to content

Commit 4016c51

Browse files
committed
chore(tooling): add clinerules [skip-ci]
1 parent 99ff5b1 commit 4016c51

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.clinerules

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Spelling and localisation
2+
3+
- 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

Comments
 (0)