Files
ukaiautomation/.claude/settings.local.json
root 43031a1aa4 Update Claude settings permissions and clean up database backups
- Add mysql and git add permissions to Claude settings
- Remove old backup files (db_backup_080625_new.sql, db_backup_250608_1035.sql)
- Preserve latest database backup (db_backup_080625.sql)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 10:42:14 +00:00

23 lines
477 B
JSON

{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(ls:*)",
"Bash(grep:*)",
"Bash(docker cp:*)",
"Bash(docker exec:*)",
"Bash(mkdir:*)",
"Bash(rg:*)",
"Bash(docker build:*)",
"Bash(docker stop:*)",
"Bash(docker rm:*)",
"Bash(docker run:*)",
"Bash(docker network:*)",
"Bash(chmod:*)",
"Bash(docker-compose up:*)",
"Bash(mysql:*)",
"Bash(git add:*)"
],
"deny": []
}
}