Init Commands¶
Initialize SuperQE configuration in a repository (creates superqode.yaml).
init¶
Create superqode.yaml in the current directory from the comprehensive role catalog template.
What It Does¶
- Creates/overwrites
./superqode.yaml - Uses the comprehensive role catalog template (disable or remove roles you donβt need)
- Creates
.superqode/runtime directory (artifacts, history, temp)
Examples¶
# Initialize current directory
superqe init
# Guided, interactive setup
superqe init --guided
# Overwrite existing config
superqe init --force