clawpack init
Create a manifest.json in the current directory.
Usage
clawpack initOptions
None.
What It Does
Creates a minimal manifest.json with prompts for name, version, and description. If you're starting from scratch, use clawpack create instead — it generates the full workspace.
Examples
# Initialize manifest in current directory
clawpack init
# Typical workflow: init then push
clawpack init
clawpack push
# Use create instead for a full scaffold
clawpack create my-agent