config: add workspace role profiles

This commit is contained in:
2026-06-07 17:44:58 +09:00
parent 383b655072
commit b5861e6bf2
11 changed files with 159 additions and 8 deletions
+4 -8
View File
@@ -3,21 +3,17 @@ provider = "builtin:yoi_local"
root = ".yoi/tickets"
[roles.intake]
profile = "builtin:default"
profile = "project:intake"
workflow = "ticket-intake-workflow"
[roles.orchestrator]
profile = "builtin:default"
profile = "project:orchestrator"
workflow = "ticket-orchestrator-routing"
[roles.coder]
profile = "builtin:default"
profile = "project:coder"
workflow = "multi-agent-workflow"
[roles.reviewer]
profile = "builtin:default"
profile = "project:reviewer"
workflow = "multi-agent-workflow"
[roles.investigator]
profile = "builtin:default"
workflow = "ticket-preflight-workflow"