From 35b7e80be49d889d1554d7245781203051622ed8 Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Sun, 23 Nov 2025 16:42:39 +0000 Subject: [PATCH] Remove additional "tests" from instructions. --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index d5472c6d..522eed73 100755 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -86,6 +86,6 @@ Backend loop phases (see `server/__main__.py` and `server/plugin.py`): `once`, ` - Always leave logging enabled. If there is a possiblity it will be difficult to debug with current logging, add more logging. - Always run the testFailure tool before executing any tests to gather current failure information and avoid redundant runs. - Always prioritize using the appropriate tools in the environment first. As an example if a test is failing use `testFailure` then `runTests`. Never `runTests` first. -- Docker tests take an extremely long time to run. Avoid changes to docker or tests tests until you've examined the exisiting testFailures and runTests results. +- Docker tests take an extremely long time to run. Avoid changes to docker or tests until you've examined the exisiting testFailures and runTests results. - Environment tools are designed specifically for your use in this project and running them in this order will give you the best results.