Quiz 5 Question 8 of 20

A team runs two agents in parallel to refactor a large service. Agent A is assigned to the authentication module and Agent B is assigned to the API routing module. Both agents are working on the same feature branch. After their changes are committed, the team discovers merge conflicts in src/api/auth.ts because both agents modified the same file. What configuration change would have prevented these conflicts?

Select an answer to reveal the explanation.

Motivation