From 319cea30ca01fad22238c151e0bf93a9b4a52139 Mon Sep 17 00:00:00 2001 From: Libba Lawrence Date: Tue, 8 Jul 2025 15:18:56 -0700 Subject: [PATCH] update inst --- .github/copilot-instructions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index d5ce0ff3daf8..c39dbf4e4278 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -97,6 +97,8 @@ IF commands fail: ### STEP 3: STATIC VALIDATION (SEQUENTIAL) ``` +ASK the user to confirm they want to run static validation, generally this should be run if the user has made changes to the code. +IF user confirms: FOR EACH validation step: RUN validation (tox mcp tool) IF errors/warnings found: