evolve_apply_roadmap_issue
Implements the highest-priority open GitHub issue (roadmap first, then FIFO), runs tests, creates a PR closing the issue, and marks 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 |