veto_merge_conflict
Resolves git merge conflicts in files by analyzing the intent of both branches and returning a semantically correct resolution.
Instructions
Analyzes a file with git conflict markers and returns a semantically correct resolution by understanding the intent of both branches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the file containing conflict markers. | |
| project_dir | No | Optional project directory for context. |