jules_queue_tasks
Queue repository chores to run sequentially, waiting for each task to finish before starting the next, preventing branch drift and merge conflicts across pull requests.
Instructions
Execute a sequence of chores sequentially on a repository: waits for Task N to complete before launching Task N+1, preventing branch drift and merge conflicts across PRs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | List of prompt strings or task objects to execute in sequence. | |
| source | Yes | Target repository identifier. | |
| timeout_per_task | No | Max seconds to wait per task (default 90). |