From b97437fda318a260afc85252d9482753de155167 Mon Sep 17 00:00:00 2001 From: Frank Date: Mon, 4 May 2026 20:27:16 +0200 Subject: [PATCH] updated agents --- AGENTS.linux.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AGENTS.linux.md b/AGENTS.linux.md index a7c9a8f..36d1d5a 100644 --- a/AGENTS.linux.md +++ b/AGENTS.linux.md @@ -4,7 +4,7 @@ Also see the other related technical documentation in the docs folder. ## Tools -These tools are installed and available: Python3, MiKTeX, Tesseract, Playwright +These tools are installed and available: Python3, geckodriver, Selenium ## Rules @@ -16,9 +16,9 @@ These tools are installed and available: Python3, MiKTeX, Tesseract, Playwright - If there's documnentation present, always keep it updated. - After every iteration, evaluate if the test coverage would fall below 100%, and write tests if necessary. - After every iteration, run `dotnet jb cleanupcode --build=False '$file1' '$file2' ...` for every C# file you touched. -- After every frontend change, verify the results using an ephemeral Playwright run. - - For ad hoc verification in this repo, do not default to `npx playwright test` with a temp spec outside the repo. - - When browser verification needs the app running, launch the app against a temporary copy of `src\RolemasterDb.App\rolemaster.db` so verification does not mutate the canonical DB. +- After every frontend change, verify the results using a geckodriver+Selenium run. +- When browser verification needs the app running, launch the app against a temporary copy of `src\RolemasterDb.App\rolemaster.db` so verification does not mutate the canonical DB. + ### Git - Never change the .gitignore file without consent.