fix: reject unknown profile archive selectors

This commit is contained in:
2026-07-08 19:21:52 +09:00
parent a823d414d0
commit a2833dadca
10 changed files with 189 additions and 81 deletions
+7 -8
View File
@@ -2,12 +2,11 @@ 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;
feature = {
task = { enabled = false; };
memory = { enabled = true; };
web = { enabled = true; };
workers = { enabled = false; };
ticket = { enabled = true; access = "lifecycle"; };
ticket_orchestration = { enabled = false; };
};