Profiles
Profiles let you switch between different capability sets without rewriting config.
Example
Section titled “Example”[profiles.default]capabilities = ["tasks"]
[profiles.planning]capabilities = ["ralph", "tasks"]
[profiles.frontend]capabilities = ["tasks", "ui-design"]Switch profiles
Section titled “Switch profiles”omnidev profile set planning- Keep a lightweight
defaultprofile for daily work. - Use profiles to separate planning, coding, and review workflows.
See Capability Sources for how to add capabilities that profiles can enable.