Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/agents/prompts/templates/implementation.eta
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ Before implementing ANYTHING, search for existing examples:

**Search strategies:**
- List the directory first: `ListDirectory(packages/e2e/tests/)`
- Search for similar functionality: `SearchDirectory("mobile", "packages/e2e/")`
- Find files by name: `Tmux: find packages/e2e -name "*mobile*" -type f`
- Search file contents: `Tmux: rg -l "mobile" packages/e2e`
- Read multiple examples before writing anything

### Step 2: Study the Patterns Deeply
Expand Down