Skip to content

Commit

Permalink
Merge pull request #4 from square/commands-doc
Browse files Browse the repository at this point in the history
add command running warning
  • Loading branch information
michaelneale authored Aug 24, 2024
2 parents 070f9a5 + 89f9acc commit 6375186
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Here are some collected tips we have for working efficiently with Goose

- **goose can and will edit files**. Use a git strategy to avoid losing anything - such as staging your
personal edits and leaving goose edits unstaged until reviewed. Or consider using indivdual commits which can be reverted.
- **goose can and will run commands**. You can ask it to check with you first if you are concerned. It will check commands for safety as well.
- You can interrupt goose with `CTRL+C` to correct it or give it more info.
- goose works best when solving concrete problems - experiment with how far you need to break that problem
down to get goose to solve it. Be specific! E.g. it will likely fail to `"create a banking app"`,
Expand Down

0 comments on commit 6375186

Please sign in to comment.