Files
ColaFlow/.claude/settings.local.json
Yaojia Wang 014d62bcc2 Project Init
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-02 23:55:18 +01:00

59 lines
1.6 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:*)"
],
"deny": [],
"ask": []
}
}