diff --git a/documentation/docs/guides/tips.md b/documentation/docs/guides/tips.md index 363f81b444..5b4c06bc46 100644 --- a/documentation/docs/guides/tips.md +++ b/documentation/docs/guides/tips.md @@ -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. ### 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.