From 5225a1c766b495018801827adf52b9e9932a068c Mon Sep 17 00:00:00 2001 From: jkingsman Date: Tue, 24 Mar 2026 09:59:37 -0700 Subject: [PATCH] Don't be so eager on the quality gate --- AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index f8aa473..f6debc9 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -296,9 +296,9 @@ cd frontend npm run test:run ``` -### Before Completing Changes +### Before Completing Major Changes -**Always run `./scripts/all_quality.sh` before finishing any changes that have modified code or tests.** It is the standard repo gate: autofix first, then type checks, tests, and the standard frontend build. This is not necessary for docs-only changes. +**Run `./scripts/all_quality.sh` before finishing major changes that have modified code or tests.** It is the standard repo gate: autofix first, then type checks, tests, and the standard frontend build. This is not necessary for docs-only changes. For minor changes (like wording, color, spacing, etc.), wait until prompted to run the quality gate. ## API Summary