Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 2026 v0.1.0 May 12, 2026 Changes in this version + func FormatMarkdown(plan *Plan) string + func MarkDone(plan *Plan, taskID int) + func MarkSkipped(plan *Plan, taskID int) + func Save(dir string, plan *Plan) (string, error) + type Plan struct + CreatedAt time.Time + Design string + RiskNotes string + Summary string + Tasks []Task + Title string + func Load(path string) (*Plan, error) + func ParsePlan(response string) (*Plan, error) + type PlanPrompt struct + System string + User string + func Generate(description string, repoContext string) *PlanPrompt + type Task struct + Depends []int + Description string + File string + ID int + Status string + func PendingTasks(plan *Plan) []Task