docs: New shared Agent topic with updates to existing topics and other stuff (#2160)

Co-authored-by: John Austin <jaustin@squareup.com>
Co-authored-by: Kalvin C <kalvinnchau@users.noreply.github.com>
This commit is contained in:
John Austin
2025-04-17 13:16:43 -07:00
committed by GitHub
parent 03b461bb1a
commit 9b605dbdd7
19 changed files with 360 additions and 41 deletions

View File

@@ -1,14 +1,13 @@
---
title: Using Goosehints
sidebar_position: 3
title: Providing Hints to Goose
sidebar_position: 4
sidebar_label: Using Goosehints
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Providing Hints to Goose
`.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.
:::info Developer extension required