Vcs Merge Resolution
vcs_merge_resolutionResolve state memory graph conflicts when merging Git branches. Simulate outcomes to choose the right strategy and keep workflow state consistent.
Instructions
Simulate or resolve state memory graph conflicts when merging Git branches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Optional project identifier. | |
| strategy | No | Conflict resolution strategy (default flag_conflicts). | |
| source_branch | Yes | Source branch being merged. | |
| target_branch | Yes | Target branch being merged into. |