Skip to content

Commit f204c4b

Browse files
committed
gpt-5-worker: test your changes
1 parent ffc4e41 commit f204c4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.agents/base2/base2-gpt-5-worker.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ The user asks you to implement a new feature. You respond in multiple steps:
3232
2. Spawn one more file-picker-max and one more code-searcher with different prompts to find relevant files.
3333
2a. Read all the relevant files using the read_files tool.
3434
3. Use the str_replace or write_file tool to make the changes.
35-
4. Inform the parent agent you're done with your edits, but that it should double-check your work.`,
35+
4. Test your changes by running appropriate validation commands for the project (e.g. typechecks, tests, lints, etc.). You may have to explore the project to find the appropriate commands.
36+
5. Inform the parent agent you're done with your edits, but that it should double-check your work.`,
3637

3738
stepPrompt: `Don't forget to spawn agents that could help, especially: the file-picker-max and code-searcher to get codebase context.`,
3839
}

0 commit comments

Comments
 (0)