feat: add decodal profile archives

This commit is contained in:
2026-07-08 18:57:54 +09:00
parent 56cac3c74a
commit a823d414d0
25 changed files with 930 additions and 21 deletions
+13
View File
@@ -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;
};
+15
View File
@@ -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;
};
+21
View File
@@ -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;
};
+13
View File
@@ -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;
};
+13
View File
@@ -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;
};
+11
View File
@@ -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;
};