docs: add a new goose tip (#4940)

Signed-off-by: Better-Boy <panaroma365@gmail.com>
This commit is contained in:
Better-Boy
2025-10-02 15:27:28 +05:30
committed by GitHub
parent cf5c05c291
commit 0cf5b6ab10
+3
View File
@@ -46,3 +46,6 @@ You dont 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.