feat: Allow configuring hints filename(s) (#3269)

Signed-off-by: Rami Chowdhury <rami.chowdhury@gmail.com>
This commit is contained in:
Rami Chowdhury
2025-07-31 13:06:08 -04:00
committed by GitHub
parent 71c8d9e7aa
commit d9313aca57
3 changed files with 83 additions and 29 deletions
@@ -39,6 +39,10 @@ Goose supports two types of hint files:
You can use both global and local hints at the same time. When both exist, Goose will consider both your global preferences and project-specific requirements. If the instructions in your local hints file conflict with your global preferences, Goose will prioritize the local hints.
:::
:::tip
You can name your context files differently -- e.g. `AGENTS.md` -- and Goose can still pick them up. Configure the `CONTEXT_FILE_NAMES` setting!
:::
<Tabs groupId="interface">
<TabItem value="ui" label="Goose Desktop" default>