docs: reorganizing CLI commands (#4566)

This commit is contained in:
Angie Jones
2025-09-08 18:57:11 -05:00
committed by GitHub
parent 35c3f69705
commit 36c46a792c
3 changed files with 251 additions and 418 deletions
@@ -43,7 +43,7 @@ prompt: |
### Same Sub-Recipe
When running the same sub-recipe with different parameters, Goose determines the execution mode based on:
1. **[Recipe-level configuration](#choosing-between-sequential-and-parallel-execution)** (`sequential_when_repeated` flag) - when set to true, this forces sequential execution
1. **[Recipe-level configuration](#choosing-between-execution-modes)** (`sequential_when_repeated` flag) - when set to true, this forces sequential execution
2. **User request** in the prompt ("sequentially" to override default parallel behavior)
3. **Parallel execution by default**: Multiple instances of the same sub-recipe run concurrently