evolve_apply_roadmap_issue
Implement an open GitHub issue by picking the next unassigned issue, prioritizing roadmap-labeled items, creating a PR, and marking it applied.
Instructions
Implement one open GitHub issue through the evolve_applier role.
With issue_number=0, picks the next open issue: roadmap-labeled issues
first, then FIFO by issue number. The child implements exactly one issue,
runs the suite, opens a PR with Closes #N, then calls
evolve_mark_roadmap_issue_applied(issue_number, pr_url).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |