Versions in this module Expand all Collapse all v0 v0.1.1 Jun 25, 2026 Changes in this version + func Disabled() bool + func HasContext(root string) bool + func HasRun(root string) bool + func MarkerPath(root string) string + type Decision struct + Ran bool + Skipped string + func MaybeRun(ctx context.Context, opts Options) (Decision, error) + type Options struct + Force bool + Root string + Run Runner + type Runner func(ctx context.Context, root string) error