config: add workspace role profiles
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user