Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions .claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 *)",
Comment thread
coderabbitai[bot] marked this conversation as resolved.
"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": []
Expand Down