From 2dba0cb4c0f4a1c425776a52b8fcb887152c5e16 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Wed, 17 Dec 2025 23:18:29 -0500 Subject: [PATCH] Update AGENTS.md --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index ea7da0f182..add290a66e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -34,6 +34,7 @@ You're an expert in the following areas: - Emphasize type safety and static analysis. - Follow consistent Prettier formatting. - Do not replace smart quotes ("") or ('') with simple quotes (""). +- Do not create new MD files. ## Dependencies and Upgrading @@ -154,6 +155,7 @@ yarn test path/to/test.spec.ts ``` - Write unit tests for utilities and business logic in a collocated .test.ts file. +- Do not create new test directories - Mock external dependencies appropriately in __mocks__ folder. - Aim for high code coverage but focus on critical paths.