From c368caf43ac6f8fd95e59a7b211438fe72dee481 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 28 Feb 2026 18:56:35 -0500 Subject: [PATCH] fk policy engine --- .claude/settings.local.json | 3 ++- .gemini/policies/99-agent-full-autonomy.toml | 7 ++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index f54c90e..fd471e1 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -14,7 +14,8 @@ "mcp__manual-slop__get_file_slice", "mcp__manual-slop__set_file_slice", "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, diff --git a/.gemini/policies/99-agent-full-autonomy.toml b/.gemini/policies/99-agent-full-autonomy.toml index 2265253..d34f43d 100644 --- a/.gemini/policies/99-agent-full-autonomy.toml +++ b/.gemini/policies/99-agent-full-autonomy.toml @@ -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."