docs: add new goose tip (#4941)

Signed-off-by: Better-Boy <panaroma365@gmail.com>
This commit is contained in:
Better-Boy
2025-10-06 21:33:54 +05:30
committed by GitHub
parent a741a42ea4
commit 7e969d01d3
+4 -1
View File
@@ -48,4 +48,7 @@ You dont 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.
### 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.