Add YouTube video embed to using-goosehints.md (#3560)

This commit is contained in:
Anthony Giuliano
2025-07-22 07:08:33 -04:00
committed by GitHub
parent f21b9017b8
commit ff990b0502

View File

@@ -8,9 +8,20 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import { FolderKey } from 'lucide-react';
`.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).