22 lines
670 B
TOML
22 lines
670 B
TOML
default = "project:companion"
|
|
|
|
[profile.companion]
|
|
description = "Companion role profile: GPT-5.5 with bundled default behavior"
|
|
path = "profiles/companion.lua"
|
|
|
|
[profile.intake]
|
|
description = "Intake role profile: GPT-5.5 with bundled default behavior"
|
|
path = "profiles/intake.lua"
|
|
|
|
[profile.orchestrator]
|
|
description = "Orchestrator role profile: GPT-5.5 with bundled default behavior"
|
|
path = "profiles/orchestrator.lua"
|
|
|
|
[profile.coder]
|
|
description = "Coder role profile: GPT-5.5 with bundled default behavior"
|
|
path = "profiles/coder.lua"
|
|
|
|
[profile.reviewer]
|
|
description = "Reviewer role profile: GPT-5.5 with bundled default behavior"
|
|
path = "profiles/reviewer.lua"
|