Files
LogHive/.claude/settings.local.json
T
2026-05-09 14:55:14 +08:00

23 lines
820 B
JSON

{
"permissions": {
"allow": [
"Bash(docker --version)",
"Bash(docker compose *)",
"Bash(curl *)",
"Bash(docker cp *)",
"Bash(docker stop *)",
"Bash(docker rm *)",
"Bash(docker network *)",
"Bash(docker volume *)",
"Bash(python -c \"import sys,json; d=json.load\\(sys.stdin\\); print\\('timestamp:', d['hits'][0]['timestamp']\\)\")",
"Bash(python -c ' *)",
"Bash(python -c \"import sys,json; d=json.load\\(sys.stdin\\); print\\('bucket:', d['time_buckets'][0]['key'] if d['time_buckets'] else 'none'\\)\")",
"Bash(python -c \"import sys,json; d=json.load\\(sys.stdin\\); print\\('found in range:', d['total'], 'logs'\\)\")",
"Bash(git init *)",
"Bash(git remote *)",
"Bash(git add *)",
"Bash(git config *)"
]
}
}