From 3ab9ece9103f4de01ea91c2cb4b6166c1c0f250f Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 1 Jan 2026 16:28:03 +0800 Subject: [PATCH] docs: add post-change checks (#4791) --- AGENTS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 3df25f522..a87446536 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -51,6 +51,12 @@ pnpm run test - Run the above at the root, or use per-package variants as needed. - Follow this order strictly: typecheck → lint → test. +- After every modification, run the following checks to catch errors early: + +```bash +npm exec turbo run format:check typecheck lint +npm exec turbo run test +``` ## Code style and conventions