Files
opencare/.claude/settings.json
2026-05-07 20:47:49 +02:00

12 lines
318 B
JSON

{
"permissions": {
"allow": [
"Bash(git remote *)",
"Bash(git push *)",
"Bash(git commit -m 'Add Dockerfile for Docker production deployment *)",
"Bash(git commit -m 'Auto-seed default sources on first startup *)",
"Bash(py -c \"from app import app; print\\('OK'\\)\")"
]
}
}