srid-do: e2e

This commit is contained in:
Sridhar Ratnakumar 2026-03-22 06:23:17 -04:00
parent f485fcdba3
commit 3a56091778

View file

@ -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**