predict_conflicts
Analyze Apex class changes, DML patterns, and metadata dependencies to predict merge conflicts between branches and prevent deployment failures.
Instructions
Predict merge conflicts between two branches by analyzing Apex class changes, DML patterns, and metadata dependencies. Helps prevent deployment failures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branches | Yes | Two branches to compare, comma-separated (e.g., "main,feature") | |
| simulate | No | Simulate merge and predict outcomes |