From 3a56091778a6113307e92513fc2d96395fca87ca Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 22 Mar 2026 06:23:17 -0400 Subject: [PATCH] srid-do: e2e --- AI/commands/srid-do.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AI/commands/srid-do.md b/AI/commands/srid-do.md index df864e8..92fb36d 100644 --- a/AI/commands/srid-do.md +++ b/AI/commands/srid-do.md @@ -29,6 +29,7 @@ Take a GitHub issue, prompt, or task description and execute it top-to-bottom: i - Create a new branch from the current branch (name it descriptively). - Implement the changes. Prefer simplicity. Keep it focused on what was asked. + - If the project has e2e tests, add or update tests for new features or bugs being fixed. - Commit with a clear message describing what was done. Each commit must be a NEW commit (never amend). ### 3. **Open Draft PR**