Versions in this module Expand all Collapse all v0 v0.28.0 Aug 25, 2026 Changes in this version + const SkillVersion + func Execute(ctx context.Context, options Options, bundle Bundle) (int, error) + type Bundle struct + FetchVersion string + Files []File + func NewBundle(fetchVersion string, files []File) (Bundle, error) + type File struct + Data []byte + Path string + type Options struct + DryRun bool + Force bool + HomeDir string + InstallAgent string + Interactive bool + Print bool + ProjectDir string + Scope string + Stderr io.Writer + Stdin io.Reader + Stdout io.Writer + UninstallAgent string