Cookbook¶
Runnable scenarios. Each ends with a Next: pointer to the next one.
| Scenario | Command | What it covers |
|---|---|---|
| Codebase audit | li o fanout | Parallel workers, independent findings |
| Research synthesis | li agent + resume | Two turns, one branch, context carried across |
| Multi-model pipeline | li o flow | DAG with dependency edges |
| Team coordination | li team + --team-attach | Mid-flow messaging |
| Resumable background | li o flow --background | Detach, monitor, resume |
Next: Codebase audit — the simplest pattern.