Synopsis
Description
init creates the directory structure and default configuration files needed to run profClaw. It is a lightweight alternative to profclaw onboard for cases where you want to manage configuration manually or integrate with an existing setup script.
For a guided first-time setup with environment detection, AI provider configuration, and admin account creation, use profclaw onboard instead.
Arguments
string
default:"."
Directory to initialize. Defaults to the current directory. Created if it does not exist.
Flags
string
default:"mini"
Deployment mode to write into the generated config:
pico, mini, or pro.boolean
Overwrite existing configuration files. By default,
init skips files that already exist.boolean
Skip creating the
.env template file.Files Created
Examples
After Initializing
Related
profclaw onboard- Guided setup wizard (recommended for first-time setup)profclaw serve- Start the serverprofclaw doctor- Verify environment after init- Configuration Reference - All settings documentation