docs: add new goose tip (#4941)
Signed-off-by: Better-Boy <panaroma365@gmail.com>
This commit is contained in:
@@ -48,4 +48,7 @@ You don’t need to get it right the first time. Iterating on prompts and tools
|
|||||||
Regularly [update](/docs/guides/updating-goose) Goose to benefit from the latest features, bug fixes, and performance improvements.
|
Regularly [update](/docs/guides/updating-goose) Goose to benefit from the latest features, bug fixes, and performance improvements.
|
||||||
|
|
||||||
### Keep Recipes Idempotent
|
### Keep Recipes Idempotent
|
||||||
Write "[recipe](/docs/guides/recipes/session-recipes)" so they can run multiple times without causing unintended side effects. This ensures safer re-runs and easier debugging in automated workflows.
|
Write "[recipes](/docs/guides/recipes/session-recipes)" so they can run multiple times without causing unintended side effects. This ensures safer re-runs and easier debugging in automated workflows.
|
||||||
|
|
||||||
|
### Add Clear Logging
|
||||||
|
Include informative log messages in your recipes for each major step. It makes debugging and troubleshooting much faster when something fails.
|
||||||
|
|||||||
Reference in New Issue
Block a user