Quiz 17 Question 1 of 12

An orchestrator runs 3 parallel feature-development agents, each working on a separate Git branch. Agent 1 modifies utils/validation.py, Agent 2 modifies utils/validation.py and models/user.py, and Agent 3 modifies models/user.py. When their branches are ready to be merged, the orchestrator needs to detect potential merge conflicts before attempting the merge. Which approach BEST enables proactive conflict detection in this scenario?

Select an answer to reveal the explanation.

Motivation