Skip to content
Merged
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
31 changes: 26 additions & 5 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,36 @@
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(wc:*)",
"Read",
"Glob",
"Grep",
"WebSearch",
"WebFetch",
"Bash(git log:*)",
"Bash(git status:*)",
"Bash(git diff:*)",
"Bash(git show:*)",
"Bash(git branch --list:*)",
"Bash(git grep:*)",
"Bash(./build.sh:*)",
"Bash(dotnet build:*)",
"Bash(dotnet restore:*)",
"Bash(dotnet test:*)",
"Bash(dotnet run:*)",
"Bash(dotnet format:*)",
"Bash(dotnet watch:*)",
"Bash(dotnet workload:*)",
"Bash(npm ci:*)",
"Bash(npm run compile:check:*)",
"Bash(npx tsc:*)",
"Bash(npm run lint:*)",
"Bash(npm run fmt::*)",
"Bash(npm run test:*)",
"Bash(npm run watch:*)",
"Bash(npm run build:*)",
"Bash(npm exec:*)",
"Bash(npm install:*)",
"Bash(npm run build:*)",
"Bash(git grep:*)"
"Bash(npx tsc:*)"
]
}
}
Loading