Versions in this module Expand all Collapse all v0 v0.6.1 Apr 8, 2026 v0.6.0 Apr 8, 2026 Changes in this version + func FindUntrackedCandidates(g *git.Git, tracked []string, trunk string) ([]string, error) + type Confidence int + const Ambiguous + const High + const Medium + func (c Confidence) String() string + type Result struct + Candidates []string + Confidence Confidence + PRNumber int + Parent string + func DetectParent(branch string, tracked []string, trunk string, g *git.Git, gh *github.Client) (*Result, error) + func DetectParentLocal(branch string, tracked []string, trunk string, g *git.Git) (*Result, error)