Orchestrate Work
Rules
Step-by-step
- Enumerate the work items named in the request.
- For each pair, decide whether they touch the same files.
- Dispatch every independent item to its own worker.
- Collect the workers' output and merge it.
- Report what each worker produced.