From bd48c2f27be6ae4dd06272e2ea6b277218cc976d Mon Sep 17 00:00:00 2001 From: Ellyse Date: Thu, 23 Oct 2025 18:35:09 +0000 Subject: [PATCH] move UI_TESTING.md to runtime, remove DEVELOPMENT.md for patterns --- AGENTS.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index f14bab976..d38312871 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -17,12 +17,8 @@ Skills (recipe-dev) to do the work. ct-select, etc.) with bidirectional binding and event handling patterns - `docs/common/PATTERNS.md` - High-level patterns and examples for building applications, including common mistakes and debugging tips -- `docs/common/DEVELOPMENT.md` - Coding style, design principles, and best - practices - `packages/patterns/INDEX.md` - Catalog of all pattern examples with summaries, data types, and keywords -- `docs/common/UI_TESTING.md` - How to work with shadow dom in our integration - tests **Important:** Ignore the top level `recipes` folder - it is defunct. @@ -34,3 +30,5 @@ If you are developing runtime code, read the following documentation: overview - `docs/common/DEVELOPMENT.md` - Coding style, design principles, and best practices +- `docs/common/UI_TESTING.md` - How to work with shadow dom in our integration + tests