From 969dd31db59f1a94aad84f056e13beecbcb95986 Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Mon, 26 Jan 2026 16:27:20 +0800 Subject: [PATCH] chore: update AGENTS.md for error handling --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 8f22fd1..46fb477 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -129,3 +129,5 @@ const pageInfo = await this.pageController.getPageInfo() - 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 - 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.