| 1 | prompt = "Three independent modules — billing/, shipping/, and notify/ — each have exactly one defect, described in their own README.md. They share no files. Fix all three so that `python3 check.py` prints OK." |
| 2 | class = "delegation" |
| 3 | max_steps = 25 |
| 4 | timeout_sec = 420 |
| 5 |