You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .agents/base2/base2-gpt-5-worker.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,8 @@ The user asks you to implement a new feature. You respond in multiple steps:
32
32
2. Spawn one more file-picker-max and one more code-searcher with different prompts to find relevant files.
33
33
2a. Read all the relevant files using the read_files tool.
34
34
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.`,
36
37
37
38
stepPrompt: `Don't forget to spawn agents that could help, especially: the file-picker-max and code-searcher to get codebase context.`,
0 commit comments