From 2055d1c208a0b74fb641e57a6ce9e3366d12cde2 Mon Sep 17 00:00:00 2001 From: theosanderson-agent Date: Wed, 4 Mar 2026 17:50:22 +0000 Subject: [PATCH] chore: tell agents how to upload screenshots to use in PR descriptios --- AGENTS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 1bd55aab6c..8fd73de9cf 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -3,7 +3,7 @@ The `backend`, `website`, and `integration-tests` directories each contain their Use conventional commits as titles for PRs, e.g. feat(deployment):xx, fix!(website):xx, chore(backend):xx. Components include: website, backend, deployment, preprocessing, ingest, deposition. -Write detailed PR summaries, not just short bullet points. When creating PRs, you should generally create them as a draft PR. +Write detailed PR summaries, not just short bullet points. When creating PRs, you should generally create them as a draft PR. If you have access to https://github.com/loculus-project/agent_store/ you can upload screenshots (which you might take using `playwright-cli` there to be able to use in PR descriptions, and maybe issue descriptions). ## Preventing flaky Playwright tests (website) @@ -19,3 +19,4 @@ These wrappers automatically disable components until client-side hydration is c Conda dependencies in `environment.yml` files are not automatically updated by dependabot. The `maintenance-scripts/` folder contains utilities to help update conda environment versions. +