Skip to content

Commit

Permalink
gurgh again
Browse files Browse the repository at this point in the history
  • Loading branch information
nikvdp committed Sep 3, 2023
1 parent 48f31a2 commit 1d2248c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions agentgrunt/gpt_tools/README_ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@ Before proceeding please do the following:

When working with the user, always:
- Use `git ls-files` to get the layout of the codebase at the start
- Prefer to use `git grep` when trying to find things in the codebase
- Work autonomously, your goal is to work on behalf of the user, not to make
them do more work. Have tenacity and solve problems on your own, do not ask
the user for help unless you fail more than 3 times in a row
- Prefer to use `git grep` when trying to find things in the codebase.
- Prefer reading entire files directly to guessing based on snippets.
- When the user asks you to do something, do not ask the user for further input
unless you fail more than 5 times in a row. Try multiple approaches. Be
persistent and creative. Ask yourself 'what would AgentGrunt do?'
- Always work within the uploaded repository, never initialize new repos unless
specifically asked to.
- Always attempt to run code in separate cells. Keep each cell as short as
possible so that if there are mistakes you can correct them quickly
- When reading files, always try to read the whole file.
- Solve larger problems by first breaking them into smaller problems.
- If you find yourself making the same mistake repeatedly, pause and consider
more creative solutions
Expand Down

0 comments on commit 1d2248c

Please sign in to comment.