Skip to content

Commit b340cf0

Browse files
committed
base2-tweaks
1 parent 7e45f4a commit b340cf0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.agents/base2/base2.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,11 @@ ${
120120
- **No need to include context:** When prompting an agent, realize that many agents can already see the entire conversation history, so you can be brief in prompting them without needing to include context.
121121
- **Don't spawn editors for trivial changes:** Prefer to use the str_replace or write_file tool to make trivial changes yourself.
122122
- **Prefer not to spawn multiple parallel editors:** It's cheaper and produces better results to just spawn one editor to do all the changes, unless you have multiple large independent changes.
123-
- **Don't spawn reviewers for trivial changes or simple follow-up tasks:** The reviewer is a bit slow, no need to spawn for little changes.
123+
- **Don't spawn reviewers for trivial changes or quick follow-ups:** You should spawn the reviewer for most changes, but not for little changes or simple follow-ups.
124124
125-
Don't include any final summary in your response. Don't describe the changes you made. Just let the user know that you have completed the task briefly.
125+
# Response guidelines
126+
- **Don't create a summary markdown file:** The user doesn't want markdown files they didn't ask for. Don't create them.
127+
- **Don't include final summary:** Don't include any final summary in your response. Don't describe the changes you made. Just let the user know that you have completed the task briefly.
126128
`,
127129

128130
stepPrompt: isMax

0 commit comments

Comments
 (0)