teecup/.claude/settings.local.json

22 lines
827 B
JSON
Raw Normal View History

2026-07-16 07:18:01 +02:00
{
"permissions": {
"allow": [
"Bash(python3 -m venv /tmp/claude-1000/-opt-teecup/a8bd2fc3-4b9c-4682-a2be-cf36e143de78/scratchpad/venv)",
"Bash(apt list *)",
"Bash(apt-cache search *)",
"Bash(sudo -n apt-get install -y python3-pytest)",
"Bash(apt-cache policy *)",
"Bash(python3 test_handicap_engine.py)",
"Bash(find /opt/teeoff -maxdepth 2 -iname \"docker-compose*\" -o -maxdepth 2 -iname \"compose*.yml\" -o -maxdepth 2 -iname \"compose*.yaml\" 2>/dev/null)",
"Read(//opt/teeoff/**)",
"Bash(docker exec *)",
"Bash(docker cp *)",
"Bash(tee /tmp/claude-1000/-opt-teecup/a8bd2fc3-4b9c-4682-a2be-cf36e143de78/scratchpad/schema_run.log)",
"Bash(echo \"EXIT:$?\")",
2026-07-16 08:21:57 +02:00
"Read(//tmp/**)",
"Bash(git add *)",
"Bash(git commit *)"
2026-07-16 07:18:01 +02:00
]
}
}