mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
fix: resolve MDX compilation error in using-goosehints.md (#8332)
Signed-off-by: Bradley Axen <baxen@squareup.com>
This commit is contained in:
@@ -151,8 +151,6 @@ If you start goose in `my-project/`, the root-level hints are loaded immediately
|
||||
Use conventional commits for all changes.
|
||||
```
|
||||
</details>
|
||||
|
||||
After nested hints are loaded for a directory, they remain active for the rest of the session. If you update a hint file and want goose to pick up the new content reliably, restart the session.
|
||||
2. <details>
|
||||
<summary>`frontend/.goosehints`</summary>
|
||||
```
|
||||
@@ -179,7 +177,7 @@ After nested hints are loaded for a directory, they remain active for the rest o
|
||||
|
||||
Always confirm UI changes with design team before implementation.
|
||||
```
|
||||
</details>
|
||||
</details>
|
||||
3. <details>
|
||||
<summary>`frontend/components/.goosehints` (current directory)</summary>
|
||||
```
|
||||
@@ -195,6 +193,10 @@ After nested hints are loaded for a directory, they remain active for the rest o
|
||||
```
|
||||
</details>
|
||||
|
||||
:::note
|
||||
After nested hints are loaded for a directory, they remain active for the rest of the session. If you update a hint file and want goose to pick up the new content reliably, restart the session.
|
||||
:::
|
||||
|
||||
## Common Use Cases
|
||||
Here are some ways people have used hints to provide additional context to goose:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user