diff --git a/.claude/settings.json b/.claude/settings.json index 0f678c5..6f1c2f7 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,6 +1,7 @@ { "permissions": { "allow": [ + "Bash(STORYKIT_PORT=*)", "Bash(cargo build:*)", "Bash(cargo check:*)", "Bash(cargo clippy:*)", @@ -10,22 +11,16 @@ "Bash(cargo watch:*)", "Bash(claude:*)", "Bash(curl:*)", - "Bash(git -C:*)", - "Bash(git add:*)", - "Bash(git branch:*)", - "Bash(git checkout:*)", - "Bash(git commit:*)", - "Bash(git merge:*)", - "Bash(git mv:*)", - "Bash(git push:*)", - "Bash(git rm:*)", - "Bash(git stash:*)", - "Bash(git stash pop:*)", - "Bash(git stash push:*)", - "Bash(git status:*)", - "Bash(git worktree *)", + "Bash(cd *)", + "Bash(git *)", + "Bash(kill *)", + "Bash(lsof *)", "Bash(ls:*)", - "Bash(lsof:*)", + "Bash(mkdir *)", + "Bash(mv *)", + "Bash(ps *)", + "Bash(pwd *)", + "Bash(rm *)", "Bash(npm run build:*)", "Bash(npx @biomejs/biome check:*)", "Bash(npx @playwright/test test:*)", @@ -37,10 +32,12 @@ "Bash(pnpm build:*)", "Bash(pnpm install:*)", "Bash(pnpm run build:*)", - "Bash(pnpm run test:coverage:*)", + "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)",