letsbe-sysadmin/.claude/settings.local.json

36 lines
1.3 KiB
JSON
Raw Normal View History

{
"permissions": {
"allow": [
"Bash(python -m venv:*)",
"Bash(.venv/Scripts/python.exe -m pip:*)",
"Bash(.venv/Scripts/python.exe:*)",
"Bash(timeout 15 .venv/Scripts/python.exe:*)",
"Bash(ORCHESTRATOR_URL=http://localhost:8000 AGENT_TOKEN=test-token timeout 20 .venv/Scripts/python.exe:*)",
"Bash(ORCHESTRATOR_URL=http://nonexistent:9999 AGENT_TOKEN=test-token timeout 15 .venv/Scripts/python.exe:*)",
"Bash(docker compose:*)",
"Bash(curl:*)",
"Bash(docker logs:*)",
"Bash(powershell -Command:*)",
"Bash(jq:*)",
"Bash(pytest:*)",
"Bash(python -m pytest:*)",
"Bash(.venvScriptspython.exe -m pip install -r requirements.txt -q)",
"Bash(.venvScriptspython.exe -m pytest tests/executors/test_env_update_executor.py -v)",
"Bash(..venvScriptspython.exe -m pytest tests/executors/test_env_update_executor.py -v)",
"mcp__serena__get_symbols_overview",
"mcp__serena__find_symbol",
"Bash(..venvScriptspython.exe -m pytest tests/executors/test_composite_executor.py -v)",
"Bash(git init:*)",
"Bash(git remote add:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(git remote:*)",
"Bash(git config:*)",
"Bash(git fetch:*)"
],
"deny": [],
"ask": []
}
}