Skip to content

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.

superqe init [--force] [--guided]

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

Next Steps

# Inspect configuration
cat superqode.yaml

# List configured modes/roles (SuperQode CLI)
superqode config list-modes

# Run a quick scan
superqe run . --mode quick

# View the latest QR
superqe report