diff --git a/.claude/settings.json b/.claude/settings.json index 333a7191a8d1..92f6c12461e7 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -46,17 +46,22 @@ "mcp__ide__getDiagnostics", "Skill(tsdown-package)", "Bash(ls:*)", - "Bash(pnpm build*)", + "Bash(pnpm build:*)", + "Bash(pnpm build:agent:*)", "Bash(pnpm test:*)", "Bash(pnpm lint:*)", "Bash(pnpm test:packages:*)", "Bash(pnpm typecheck:*)", "Bash(pnpm lint:deps:*)", "Bash(gh pr view:*)", - "Bash(pnpm --filter * build*)", - "Bash(pnpm --filter * typecheck*)", - "Bash(pnpm --filter * test*)", - "Bash(pnpm --filter * lint*)" + "Bash(pnpm --filter * build)", + "Bash(pnpm --filter * build *)", + "Bash(pnpm --filter * typecheck)", + "Bash(pnpm --filter * typecheck *)", + "Bash(pnpm --filter * test)", + "Bash(pnpm --filter * test *)", + "Bash(pnpm --filter * lint)", + "Bash(pnpm --filter * lint *)" ], "deny": [], "ask": []