From 3af489a08e80bc6c84da3caad8f81d26c3dad9c1 Mon Sep 17 00:00:00 2001 From: Frank Tovar Date: Fri, 6 Feb 2026 18:31:27 +0100 Subject: [PATCH] Updated Agents --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index d3158f9..5fac1b6 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,7 +4,7 @@ Also see the other related files: API.md, IIS.md, SPEC.md ## Rules -- This is a Windows environment, WSL is not installed (i.e. sed is not available). Use PowerShell commands (e.g. Get-Content with the -First and -Skip options). +- This is a Windows environment, WSL is not installed (i.e. sed is not available). You're running under PowerShell 7.5.4 (e.g. Get-Content with the -First and -Skip options are available). - If complex scripts need to be executed, consider using python. It's installed. - web.config in the server is different than locally, it must be exluded from deployment. - After every iteration, evaluate if the test coverage would fall below 100%, and write tests if necessary.