chore: update AGENTS.md for error handling

This commit is contained in:
Simon
2026-01-26 16:27:20 +08:00
parent c4bcad04bd
commit 969dd31db5

View File

@@ -129,3 +129,5 @@ const pageInfo = await this.pageController.getPageInfo()
- ESLint relaxes some unsafe rules for rapid iteration - ESLint relaxes some unsafe rules for rapid iteration
- Every change you make should not only implement the desired functionality but also improve the quality of the codebase - Every change you make should not only implement the desired functionality but also improve the quality of the codebase
- All code and comments must be in English. - All code and comments must be in English.
- Do not try to hide errors or risks. They are valuable feedbacks for developers and users. Make them visible and actionable.
- Traceability and predictability is more important than success rate.