fk policy engine

This commit is contained in:
2026-02-28 18:56:35 -05:00
parent b801e1668d
commit c368caf43a
2 changed files with 4 additions and 6 deletions

View File

@@ -1,7 +1,4 @@
# 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"
decision = "allow"
priority = 100
@@ -171,7 +168,7 @@ description = "Allow activate_skill."
[[rule]]
toolName = "ask_user"
decision = "allow"
decision = "ask_user"
priority = 990
description = "Allow ask_user."