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

44 lines
1.7 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:*)",
2025-12-09 13:23:21 +01:00
"Bash(git fetch:*)",
"mcp__serena__initial_instructions",
"mcp__serena__check_onboarding_performed",
"mcp__serena__list_dir",
"mcp__serena__think_about_collected_information",
"Bash(.venvScriptspython.exe -m pytest tests/executors/test_nextcloud_executor.py -v)",
"Bash(set PYTHONPATH=%cd%)",
"Bash(python:*)",
"Bash(pip install:*)"
],
"deny": [],
"ask": []
}
}