Files
storkit/.claude/settings.json

54 lines
1.3 KiB
JSON
Raw Normal View History

{
"permissions": {
"allow": [
"Bash(STORYKIT_PORT=*)",
"Bash(cargo build:*)",
"Bash(cargo check:*)",
"Bash(cargo clippy:*)",
"Bash(cargo llvm-cov:*)",
"Bash(cargo nextest run:*)",
"Bash(cargo test:*)",
"Bash(cargo watch:*)",
"Bash(claude:*)",
"Bash(curl:*)",
"Bash(cd *)",
"Bash(git *)",
"Bash(kill *)",
"Bash(lsof *)",
"Bash(ls:*)",
"Bash(mkdir *)",
"Bash(mv *)",
"Bash(ps *)",
"Bash(pwd *)",
"Bash(rm *)",
"Bash(npm run build:*)",
"Bash(npx @biomejs/biome check:*)",
"Bash(npx @playwright/test test:*)",
"Bash(npx biome check:*)",
"Bash(npx playwright test:*)",
"Bash(npx tsc:*)",
"Bash(npx vitest:*)",
"Bash(pnpm add:*)",
"Bash(pnpm build:*)",
"Bash(pnpm install:*)",
"Bash(pnpm run build:*)",
"Bash(pnpm run test:*)",
"Bash(pnpm test:*)",
"Bash(printf:*)",
"Bash(python3:*)",
"Bash(sleep *)",
"Bash(touch *)",
"WebFetch(domain:crates.io)",
"WebFetch(domain:docs.rs)",
"WebFetch(domain:github.com)",
"WebFetch(domain:portkey.ai)",
"WebFetch(domain:www.shuttle.dev)",
"WebSearch",
"mcp__story-kit__*"
]
},
"enabledMcpjsonServers": [
"story-kit"
]
}