planner

package
v0.3.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Slugify

func Slugify(s string) string

Slugify converts a string to a URL-friendly slug.

Types

type Result

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.

func CreateFromPlan

func CreateFromPlan(ctx context.Context, p platform.Platform, plan *agent.Plan, cfg *config.Config) (*Result, error)

CreateFromPlan takes an agent plan and creates GitHub issues, a milestone, and a batch branch. Returns the created issue numbers and batch branch name.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL