fix: add Read, Glob, Grep to agent settings.json allowlist

These read-only tools were missing from the locked-down settings,
causing permission prompts to flood Matrix chat for every agent
file read.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
dave
2026-04-13 11:44:17 +00:00
parent 8b5275a30b
commit 12497eb4f1
+3
View File
@@ -83,8 +83,11 @@ const STORY_KIT_CLAUDE_SETTINGS: &str = r#"{
"Bash(tail *)", "Bash(tail *)",
"Bash(wc *)", "Bash(wc *)",
"Bash(cat *)", "Bash(cat *)",
"Read",
"Edit", "Edit",
"Write", "Write",
"Glob",
"Grep",
"mcp__huskies__*" "mcp__huskies__*"
] ]
}, },