evolve_apply_conflicted_pr
Resolve conflicts in an open applier PR, run tests, and merge into main. Automatically picks the oldest conflicted PR or validates a specified PR number.
Instructions
Repair an already-open applier PR that currently has merge conflicts.
With pr_number=0, picks the oldest open same-repo applier PR (roadmap/…
or evolve/… head branch) whose GitHub merge state is conflicted. With a
number, validates that specific PR is open, applier-owned, and conflicted.
The child resolves conflicts, runs the suite, and pushes the SAME PR branch;
it then lands that PR into main via GitHub's protected merge flow and does
not open a new PR or mark a roadmap issue applied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pr_number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |