Configuration Commands¶
Commands for creating and adjusting your superqode.yaml.
Overview¶
SuperQode looks for configuration in this order:
./superqode.yaml(project)~/.superqode.yaml(user)/etc/superqode/superqode.yaml(system)
For most teams, use project config: superqe init.
init¶
Create superqode.yaml in the current directory from the comprehensive role catalog template.
Examples:
config init¶
Initialize a default config (alternative to superqe init).
config list-modes¶
List configured modes and roles (as defined in superqode.yaml).
config set-model¶
Set the model for a specific MODE.ROLE.
Example:
Note: ACP agents manage their own models; use this for non-ACP roles.
config set-agent¶
Set the ACP agent for a specific MODE.ROLE.
Example:
config enable-role / disable-role¶
Enable or disable a role in superqode.yaml.