CLI/

agentver draft

Manage draft branches for skill development.

Usage

$ agentver draft <subcommand>

Subcommands

draft create <name>

Create a new draft branch

draft list

List open drafts

draft switch <name>

Switch to a draft branch

draft publish

Merge current draft to main

draft discard

Delete current draft branch

Options

--jsonOutput as JSON

Examples

Start a new draft

$ agentver draft create experiment

Merge the current draft

$ agentver draft publish

Related commands