Files
ColaFlow/.claude/settings.local.json
Yaojia Wang 8caf8c1bcf
Some checks failed
Code Coverage / Generate Coverage Report (push) Has been cancelled
Tests / Run Tests (9.0.x) (push) Has been cancelled
Tests / Docker Build Test (push) Has been cancelled
Tests / Test Summary (push) Has been cancelled
Project Init
2025-11-03 00:04:19 +01:00

61 lines
1.7 KiB
JSON

{
"permissions": {
"allow": [
"Bash(if not exist \".claude\" mkdir .claude)",
"Bash(mkdir:*)",
"Bash(tree:*)",
"Bash(awk:*)",
"Bash(claude --version:*)",
"Bash(claude agents list:*)",
"Bash(claude help:*)",
"Bash(dotnet --version:*)",
"Bash(docker:*)",
"Bash(psql:*)",
"Bash(npx create-next-app:*)",
"Bash(dir:*)",
"Bash(npx:*)",
"Bash(dotnet new:*)",
"Bash(dotnet nuget list:*)",
"Bash(dotnet nuget disable:*)",
"Bash(dotnet restore:*)",
"Bash(dotnet sln:*)",
"Bash(dotnet add:*)",
"Bash(npm install:*)",
"Bash(dotnet build:*)",
"Bash(findstr:*)",
"Bash(npm run build:*)",
"Bash(move srcColaFlow.Domain colaflow-apisrcColaFlow.Domain)",
"Bash(robocopy:*)",
"Bash(xcopy:*)",
"Bash(find:*)",
"Bash(xargs:*)",
"Bash(dotnet test:*)",
"Bash(dotnet ef migrations add:*)",
"Bash(dotnet tool install:*)",
"Bash(dotnet ef migrations remove:*)",
"Bash(docker-compose up:*)",
"Bash(move ColaFlow.Modules.PM.Domain ColaFlow.Modules.ProjectManagement.Domain)",
"Bash(dotnet clean:*)",
"Bash(cat:*)",
"Bash(docker-compose logs:*)",
"Bash(dotnet ef database update:*)",
"Bash(dotnet run:*)",
"Bash(curl:*)",
"Bash(netstat:*)",
"Bash(taskkill:*)",
"Bash(git init:*)",
"Bash(git remote add:*)",
"Bash(git add:*)",
"Bash(del nul)",
"Bash(git rm:*)",
"Bash(rm:*)",
"Bash(git reset:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(npm run dev:*)"
],
"deny": [],
"ask": []
}
}