fk policy engine
This commit is contained in:
@@ -14,7 +14,8 @@
|
|||||||
"mcp__manual-slop__get_file_slice",
|
"mcp__manual-slop__get_file_slice",
|
||||||
"mcp__manual-slop__set_file_slice",
|
"mcp__manual-slop__set_file_slice",
|
||||||
"mcp__manual-slop__py_set_signature",
|
"mcp__manual-slop__py_set_signature",
|
||||||
"mcp__manual-slop__py_set_var_declaration"
|
"mcp__manual-slop__py_set_var_declaration",
|
||||||
|
"mcp__manual-slop__py_check_syntax"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"enableAllProjectMcpServers": true,
|
"enableAllProjectMcpServers": true,
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
# Maximum priority autonomy for agents and discovered tools
|
|
||||||
# This ensures sub-agents can execute any tool without confirmation.
|
|
||||||
|
|
||||||
[[rule]]
|
[[rule]]
|
||||||
toolName = "discovered_tool_fetch_url"
|
toolName = "discovered_tool_fetch_url"
|
||||||
decision = "allow"
|
decision = "allow"
|
||||||
@@ -171,7 +168,7 @@ description = "Allow activate_skill."
|
|||||||
|
|
||||||
[[rule]]
|
[[rule]]
|
||||||
toolName = "ask_user"
|
toolName = "ask_user"
|
||||||
decision = "allow"
|
decision = "ask_user"
|
||||||
priority = 990
|
priority = 990
|
||||||
description = "Allow ask_user."
|
description = "Allow ask_user."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user