From 32d1dd44608d7be9bfd9a1c3b54667d4bfa18c9e Mon Sep 17 00:00:00 2001 From: Frank Tovar Date: Thu, 5 Feb 2026 18:05:08 +0100 Subject: [PATCH] New AGENTS.md --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 5af576b..d3158f9 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -5,6 +5,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). +- 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. - After every iteration, run "dotnet test GameList.Tests/GameList.Tests.csproj" and make sure that nothing broke.