EverOS/.claude/settings.json

20 lines
377 B
JSON

{
"permissions": {
"allow": [
"Bash(make:*)",
"Bash(uv sync:*)",
"Bash(uv run:*)",
"Bash(uv pip:*)",
"Bash(ruff:*)",
"Bash(pytest:*)",
"Bash(git status:*)",
"Bash(git diff:*)",
"Bash(git log:*)",
"Bash(git branch:*)",
"Bash(git show:*)",
"Bash(gh pr view:*)",
"Bash(gh pr list:*)"
]
}
}