client: shorten ticket role launch input
This commit is contained in:
@@ -4,6 +4,10 @@ return yoi.profile.extend("builtin:default", {
|
||||
|
||||
scope = yoi.scope.workspace_write(),
|
||||
|
||||
worker = {
|
||||
instruction = "$yoi/role/coder",
|
||||
},
|
||||
|
||||
feature = {
|
||||
task = { enabled = true },
|
||||
memory = { enabled = true },
|
||||
|
||||
@@ -4,6 +4,10 @@ return yoi.profile.extend("builtin:default", {
|
||||
|
||||
scope = yoi.scope.workspace_read(),
|
||||
|
||||
worker = {
|
||||
instruction = "$yoi/role/intake",
|
||||
},
|
||||
|
||||
feature = {
|
||||
task = { enabled = false },
|
||||
memory = { enabled = true },
|
||||
|
||||
@@ -4,6 +4,10 @@ return yoi.profile.extend("builtin:default", {
|
||||
|
||||
scope = yoi.scope.workspace_read(),
|
||||
|
||||
worker = {
|
||||
instruction = "$yoi/role/orchestrator",
|
||||
},
|
||||
|
||||
feature = {
|
||||
task = { enabled = false },
|
||||
memory = { enabled = true },
|
||||
|
||||
@@ -4,6 +4,10 @@ return yoi.profile.extend("builtin:default", {
|
||||
|
||||
scope = yoi.scope.workspace_read(),
|
||||
|
||||
worker = {
|
||||
instruction = "$yoi/role/reviewer",
|
||||
},
|
||||
|
||||
feature = {
|
||||
task = { enabled = false },
|
||||
memory = { enabled = true },
|
||||
|
||||
Reference in New Issue
Block a user