aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.claude/settings.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/.claude/settings.json b/.claude/settings.json
index 4ff39376..6ab93eb0 100644
--- a/.claude/settings.json
+++ b/.claude/settings.json
@@ -2,7 +2,13 @@
"permissions": {
"allow": [
"Bash(pnpm typecheck:*)",
- "Bash(pnpm lint:*)"
+ "Bash(pnpm --filter * typecheck:*)",
+ "Bash(pnpm lint:*)",
+ "Bash(pnpm --filter * lint:*)",
+ "Bash(pnpm format:*)",
+ "Bash(pnpm --filter * format:*)",
+ "Bash(pnpm test:*)",
+ "Bash(pnpm --filter * test:*)",
],
"deny": []
}