Create and list semantic version tags for published skills.
Usage
$ agentver version <subcommand>Subcommands
version create <semver>Create a version tag from the current commit
version listList all versions for the current skill
Options
--notes <text>Release notes (create only)--jsonOutput as JSONExamples
Tag current commit as v1.0.0
$ agentver version create 1.0.0List all versions
$ agentver version list