block / goose

Goose is a developer agent that operates from your command line to help you do the boring stuff.
https://block.github.io/goose/
Apache License 2.0
109 stars 17 forks source link

feat: look in user dir for goosehints #72

Closed michaelneale closed 1 month ago

michaelneale commented 1 month ago

currently .goosehints is loaded from where goose starts, but it could also be loaded from ~/.goosehints if the user has a file there.

It should be inserted after the local dir .goosehints file if there is one.