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 + func Run(ctx context.Context, root, key string, loadProject LoadProject, gate Gate) (presentation.Document, error) + type Gate func(context.Context, string) error + type LoadProject func(string) (*project.Loader, error)