Skill update infrastructure — check for newer versions and apply updates across Git and binary sources.
UpdateInfo
Information about an available update.
Fields
| Name | Type | Description |
|---|---|---|
old_version | String | Human-readable description of the old version (e.g., commit SHA prefix or version string). |
new_version | String | Human-readable description of the new version. |
Trait Implementations
Debug