| 1 | prompt = "Three independent modules — billing/, shipping/, and notify/ — each have exactly one defect, described in their own README.md. They share no files. Dispatch all three fixes in parallel with a single `fleet` call, giving each task the write_paths for its own module directory, then confirm that `python3 check.py` prints OK." |
| 2 | class = "delegation" |
| 3 | max_steps = 25 |
| 4 | timeout_sec = 420 |
| 5 |