chore(ai-rules): add rule about comments

This commit is contained in:
2025-07-26 18:31:51 +01:00
parent aaceac0fce
commit 0d65a072ae
2 changed files with 6 additions and 0 deletions

View File

@@ -42,3 +42,6 @@ everything you do.
- Respect all code comments, they're usually there for a reason. Remove them
ONLY if they're completely irrelevant after a code change. if unsure, do not
remove the comment.
- When adding new comments, they must be relevant and specific to the code in
question. They should NOT refer to any specific instructions like "use new X
function".

View File

@@ -37,3 +37,6 @@
- Respect all code comments, they're usually there for a reason. Remove them
ONLY if they're completely irrelevant after a code change. if unsure, do not
remove the comment.
- When adding new comments, they must be relevant and specific to the code in
question. They should NOT refer to any specific instructions like "use new X
function".