Versions in this module Expand all Collapse all v1 v1.1.0 Aug 1, 2026 Changes in this version + const AssuranceAdvisory + const AssuranceHostEnforced + type Adapter struct + func Local(root string, capabilities Capabilities) (*Adapter, error) + func (adapter *Adapter) Assurance() string + func (adapter *Adapter) Callable() []string + func (adapter *Adapter) Capabilities() Capabilities + func (adapter *Adapter) Install(surfaces ...Surface) ([]string, error) + func (adapter *Adapter) Invoke(operation string, arguments ...string) (exec.Request, error) + func (adapter *Adapter) Root() string + type Capabilities struct + CanAttestActorClass bool + CanEnforceToolPathRestrictions bool + CanHideHumanOperations bool + CanInstallCommandWrapper bool + CanInstallSkill bool + func LocalCapabilities() Capabilities + func (capabilities Capabilities) Assurance() string + type Surface string + const SurfaceCommandWrapper + const SurfaceSkill