update agents.md

This commit is contained in:
rustdesk
2026-08-12 17:28:59 +08:00
parent 10bcf976f7
commit dfca2c1b8f
-1
View File
@@ -65,7 +65,6 @@
* Keep them short: one line by default, three at most.
* Say **why**, never what. If the code already says it, delete the comment.
* Do not document rejected alternatives, past bugs, measurements, or how you arrived at the code. That belongs in the commit message or the PR.
* A comment must never be longer than the code it describes.
* Applies to YAML, shell and Python too, not just Rust.