diff --git a/server/src/io/fs/scaffold.rs b/server/src/io/fs/scaffold.rs index 4fc6a19c..5095abff 100644 --- a/server/src/io/fs/scaffold.rs +++ b/server/src/io/fs/scaffold.rs @@ -66,34 +66,14 @@ setup wizard instructions and guide the user through it conversationally.\n"; const STORY_KIT_CLAUDE_SETTINGS: &str = r#"{ "permissions": { "allow": [ - "Bash(cargo build:*)", - "Bash(cargo check:*)", - "Bash(cargo clippy:*)", - "Bash(cargo test:*)", - "Bash(cargo run:*)", - "Bash(cargo nextest run:*)", - "Bash(git *)", - "Bash(ls *)", - "Bash(mkdir *)", - "Bash(mv *)", - "Bash(rm *)", - "Bash(touch *)", - "Bash(echo:*)", - "Bash(pwd *)", - "Bash(pnpm install:*)", - "Bash(pnpm run build:*)", - "Bash(pnpm run test:*)", - "Bash(pnpm test:*)", - "Bash(pnpm build:*)", - "Bash(npm run build:*)", - "Bash(npx tsc:*)", - "Bash(npx vitest:*)", - "Bash(npx @biomejs/biome check:*)", - "Bash(npx playwright test:*)", - "Bash(script/test:*)", - "Bash(./script/test:*)", "Edit", "Write", + "Read", + "Glob", + "Grep", + "Bash(cargo check:*)", + "Bash(cargo build:*)", + "Bash(git *)", "mcp__huskies__*" ] },