From c84347b6251e6fd3f13f8f01a73431dd06b5945d Mon Sep 17 00:00:00 2001 From: "Jason.li" Date: Tue, 7 Apr 2026 14:19:40 +0800 Subject: [PATCH] docs: align agent rules with quality gate lint --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 509e7c1..77991bc 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -6,6 +6,7 @@ These rules apply to all agent-made changes in this repository. - Before opening or updating a PR, run the same local gates as `.github/workflows/quality-gates.yml`. - Required commands: + - `./scripts/lint.sh` - `./tests/scripts/check-refactor-line-gate.sh` - `./tests/scripts/run-unit-all.sh` - `npm run build --prefix webui`