Versions in this module Expand all Collapse all v0 v0.3.1 Aug 2, 2026 v0.3.0 Jul 31, 2026 Changes in this version + var DefaultIncludes = []string + func Branch(slug string) string + func CopyIncludes(repoRoot, dir string, patterns []string) (failed []string, err error) + func Create(repoRoot, slug string) (dir, branch string, err error) + func CreateOrReuse(repoRoot, slug string) (dir, branch string, err error) + func Diff(dir string) (string, error) + func Dir(repoRoot, slug string) string + func HasChanges(dir string) (bool, error) + func Remove(repoRoot, dir, branch string, force bool) (branchKept bool, err error) + func Slug(name string) string + type Info struct + Branch string + Path string + func List(repoRoot string) ([]Info, error)