Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion documentation/docs/guides/using-goosehints.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,20 @@ sidebar_label: Using Goosehints
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';


`.goosehints` is a text file used to provide additional context about your project and improve the communication with Goose. The use of `goosehints` ensures that Goose understands your requirements better and can execute tasks more effectively.

<details>
<summary>Goose Hints Video Walkthrough</summary>
<iframe
class="aspect-ratio"
src="https://www.youtube.com/embed/kWXJC5p0608"
title="Goose Hints"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
></iframe>
</details>

:::info Developer extension required
To make use of the hints file, you need to have the `Developer` extension [enabled](/docs/getting-started/using-extensions).

Expand Down