ticket: close ticket init scaffold

This commit is contained in:
2026-06-07 13:05:29 +09:00
parent e592496c61
commit f952c1cfb4
5 changed files with 91 additions and 3 deletions
+20
View File
@@ -1,3 +1,23 @@
[backend]
provider = "builtin:yoi_local"
root = ".yoi/tickets"
[roles.intake]
profile = "builtin:default"
workflow = "ticket-intake-workflow"
[roles.orchestrator]
profile = "builtin:default"
workflow = "ticket-orchestrator-routing"
[roles.coder]
profile = "builtin:default"
workflow = "multi-agent-workflow"
[roles.reviewer]
profile = "builtin:default"
workflow = "multi-agent-workflow"
[roles.investigator]
profile = "builtin:default"
workflow = "ticket-preflight-workflow"