autonomy bundle

Manage AutonomyOps bundles (pull, push, inspect, verify)

Synopsis

Commands for the full AutonomyOps bundle lifecycle: fetch, publish,
inspect, and verify bundle artifacts in OCI registries.

A bundle encapsulates a policy, optional model weights, and a runtime
configuration into a single versioned OCI artifact.

Typical operator workflow:
  autonomy bundle push  ./robot.tar  registry/robot-behavior:v1
  autonomy bundle verify registry/robot-behavior:v1 --pub-key ./cosign.pub
  autonomy bundle pull   registry/robot-behavior:v1 --out ./robot.tar
  autonomy bundle inspect registry/robot-behavior:v1

Subcommands