Documentation
¶
Overview ¶
Package skillinstall installs the Agent skill embedded in the sshx binary.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrConflict means an existing skill differs from the bundled version. ErrConflict = errors.New("installed skill differs from bundled skill") // ErrUnsafeTarget means the destination would cross a symlink or overwrite // a non-regular filesystem object. ErrUnsafeTarget = errors.New("unsafe skill installation target") )
Functions ¶
func ResolveDir ¶
ResolveDir resolves the destination directory. An explicit value wins; otherwise the target is ~/.agents/skills/sshx.
Types ¶
Click to show internal directories.
Click to hide internal directories.