feat: add builtin role profiles
This commit is contained in:
+1
-21
@@ -1,21 +1 @@
|
||||
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"
|
||||
default = "builtin:companion"
|
||||
|
||||
Reference in New Issue
Block a user