fix: reject unknown profile archive selectors
This commit is contained in:
@@ -2,14 +2,11 @@ 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;
|
||||
feature = {
|
||||
task = { enabled = true; };
|
||||
memory = { enabled = true; };
|
||||
web = { enabled = true; };
|
||||
workers = { enabled = true; };
|
||||
ticket = { enabled = false; access = "lifecycle"; };
|
||||
ticket_orchestration = { enabled = false; };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user