feat: add decodal profile archives
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
slug = "coder";
|
||||
description = "Ticket implementation coder profile.";
|
||||
scope = "workspace_write";
|
||||
|
||||
tool_enabled = {
|
||||
bash = true;
|
||||
read = true;
|
||||
write = true;
|
||||
edit = true;
|
||||
grep = true;
|
||||
glob = true;
|
||||
memory = true;
|
||||
};
|
||||
@@ -0,0 +1,15 @@
|
||||
slug = "companion";
|
||||
description = "Workspace companion profile.";
|
||||
scope = "workspace_write";
|
||||
|
||||
tool_enabled = {
|
||||
bash = true;
|
||||
read = true;
|
||||
write = true;
|
||||
edit = true;
|
||||
grep = true;
|
||||
glob = true;
|
||||
web_search = true;
|
||||
web_fetch = true;
|
||||
memory = true;
|
||||
};
|
||||
@@ -0,0 +1,21 @@
|
||||
slug = "default";
|
||||
description = "General Yoi companion profile.";
|
||||
scope = "workspace_write";
|
||||
|
||||
model = {
|
||||
scheme = "codex";
|
||||
model_id = "gpt-5";
|
||||
auth = { kind = "codex_oauth"; };
|
||||
};
|
||||
|
||||
tool_enabled = {
|
||||
bash = true;
|
||||
read = true;
|
||||
write = true;
|
||||
edit = true;
|
||||
grep = true;
|
||||
glob = true;
|
||||
web_search = true;
|
||||
web_fetch = true;
|
||||
memory = true;
|
||||
};
|
||||
@@ -0,0 +1,13 @@
|
||||
slug = "intake";
|
||||
description = "Ticket intake profile.";
|
||||
scope = "workspace_write";
|
||||
|
||||
tool_enabled = {
|
||||
bash = true;
|
||||
read = true;
|
||||
write = true;
|
||||
edit = true;
|
||||
grep = true;
|
||||
glob = true;
|
||||
memory = true;
|
||||
};
|
||||
@@ -0,0 +1,13 @@
|
||||
slug = "orchestrator";
|
||||
description = "Ticket orchestrator profile.";
|
||||
scope = "workspace_write";
|
||||
|
||||
tool_enabled = {
|
||||
bash = true;
|
||||
read = true;
|
||||
write = true;
|
||||
edit = true;
|
||||
grep = true;
|
||||
glob = true;
|
||||
memory = true;
|
||||
};
|
||||
@@ -0,0 +1,11 @@
|
||||
slug = "reviewer";
|
||||
description = "Ticket review profile.";
|
||||
scope = "workspace_read";
|
||||
|
||||
tool_enabled = {
|
||||
bash = true;
|
||||
read = true;
|
||||
grep = true;
|
||||
glob = true;
|
||||
memory = true;
|
||||
};
|
||||
Reference in New Issue
Block a user