update AGENTS.md

This commit is contained in:
Tienson Qin
2026-05-06 19:04:08 +08:00
parent 7c339462d0
commit 971ccf21f1

View File

@@ -47,3 +47,4 @@
- Avoid creating new class or property unless you have to.
- Avoid shadow var, e.g. `bytes` should be named as `payload`.
- Avoid using `js/Buffer` in browser related code.
- Git commits should include a concise summary.