fix: update scaffold settings template to match locked-down agent permissions
This commit is contained in:
@@ -66,14 +66,24 @@ setup wizard instructions and guide the user through it conversationally.\n";
|
|||||||
const STORY_KIT_CLAUDE_SETTINGS: &str = r#"{
|
const STORY_KIT_CLAUDE_SETTINGS: &str = r#"{
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"allow": [
|
"allow": [
|
||||||
|
"Bash(cargo build:*)",
|
||||||
|
"Bash(cargo check:*)",
|
||||||
|
"Bash(git *)",
|
||||||
|
"Bash(ls *)",
|
||||||
|
"Bash(mkdir *)",
|
||||||
|
"Bash(mv *)",
|
||||||
|
"Bash(rm *)",
|
||||||
|
"Bash(touch *)",
|
||||||
|
"Bash(echo:*)",
|
||||||
|
"Bash(pwd *)",
|
||||||
|
"Bash(grep:*)",
|
||||||
|
"Bash(find *)",
|
||||||
|
"Bash(head *)",
|
||||||
|
"Bash(tail *)",
|
||||||
|
"Bash(wc *)",
|
||||||
|
"Bash(cat *)",
|
||||||
"Edit",
|
"Edit",
|
||||||
"Write",
|
"Write",
|
||||||
"Read",
|
|
||||||
"Glob",
|
|
||||||
"Grep",
|
|
||||||
"Bash(cargo check:*)",
|
|
||||||
"Bash(cargo build:*)",
|
|
||||||
"Bash(git *)",
|
|
||||||
"mcp__huskies__*"
|
"mcp__huskies__*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user