Versions in this module Expand all Collapse all v1 v1.5.0 May 13, 2026 v1.4.0 May 13, 2026 Changes in this version + func Canonicalize(spec SourceSpec) (SourceSpec, SourceIdentity, error) + type InstallRef struct + Skill string + Source SourceSpec + func ParseInstallRef(ref string) (InstallRef, error) + type SourceIdentity struct + ContentScope string + Key string + Locator string + Path string + Ref string + ResolvedRev string + Type string + type SourceSpec struct + Host string + ID string + Path string + Ref string + Repo string + Type SourceType + URL string + Writable *bool + func CanonicalSpec(spec SourceSpec) (SourceSpec, error) + func ParseSourceArg(arg string) (SourceSpec, error) + type SourceType string + const SourceGit + const SourceGitHub + const SourceGitLab + const SourceLocal