From 0cf5b6ab1045df26e9565afd1a7bebb036941af7 Mon Sep 17 00:00:00 2001 From: Better-Boy Date: Thu, 2 Oct 2025 15:27:28 +0530 Subject: [PATCH] docs: add a new goose tip (#4940) Signed-off-by: Better-Boy --- documentation/docs/guides/tips.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/docs/guides/tips.md b/documentation/docs/guides/tips.md index a5e4a1f9c2..363f81b444 100644 --- a/documentation/docs/guides/tips.md +++ b/documentation/docs/guides/tips.md @@ -46,3 +46,6 @@ You don’t need to get it right the first time. Iterating on prompts and tools ### Keep Goose updated 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.