Versions in this module Expand all Collapse all v0 v0.41.0 Aug 27, 2026 v0.40.0 Aug 25, 2026 Changes in this version + const PropertyReproducibility + func Additional(input AdditionalInput, plan outputplan.Plan) (checkresult.Result, error) + func GuideSizeAdvisory(plan outputplan.Plan) (checkresult.Result, error) + func Locked(nested bool, lock *manifest.Lock, plan outputplan.Plan, read ReadFile, ...) (checkresult.Result, error) + func Staged(nested bool, lock *manifest.Lock, plan outputplan.Plan, ...) (checkresult.Result, error) + func Tracking(ctx context.Context, nested bool, paths IndexPaths, plan outputplan.Plan) (checkresult.Result, error) + func ValidateFrontmatter(content []byte) error + type AdditionalInput struct + Artifacts []Artifact + Domains []string + Entries []TreeEntry + PitfallPaths []string + ResidentRoot bool + Sidecars []SidecarData + Singletons []Artifact + Topics []Topic + Vars map[string]any + type Artifact struct + Kind string + Name string + Sections []string + type IndexPaths func(context.Context) ([]string, error) + type ReadFile func(string) ([]byte, error) + type SidecarData struct + Data map[string]any + Kind string + Name string + Path string + type Topic struct + Domain string + Slug string + type TreeEntry struct + Directory bool + Path string