type Result struct {
MilestoneNumber int IssueNumbers []int// Ordered same as plan tasks BatchBranch string// e.g., "herd/batch/5-add-jwt-auth" Tiers [][]int// Issue numbers grouped by tier}
Result contains the output of creating issues from a plan.
CreateFromPlan takes an agent plan and creates GitHub issues, a milestone,
and a batch branch. Returns the created issue numbers and batch branch name.