Files
Dokumenten-Check/.claude/settings.local.json

38 lines
2.2 KiB
JSON
Raw Normal View History

2026-04-27 14:57:33 +02:00
{
"permissions": {
"allow": [
"Bash(quarkus dev *)",
"Bash(bash *)",
"Bash(mvn compile *)",
"Bash(quarkus version *)",
"Bash(export KUBECONFIG=\"/mnt/c/source/Frigosped/Dokumenten-Check/env/frigo-dev.yaml\")",
"Bash(kubectl get *)",
"Bash(sql -V)",
"Bash(sql *)",
"Bash(kubectl port-forward *)",
"Bash(curl -sf http://localhost:8090/check/health)",
"Bash(curl -v \"http://localhost:8081/ords/ai_dev/api/dc/documents/2/file\" -o /tmp/test_doc.pdf)",
"Bash(curl -s -w \"\\\\nHTTP_STATUS: %{http_code}\\\\n\" \"http://localhost:8081/ords/ai_dev/api/dc/documents/2/file\" -o /tmp/test_doc.pdf)",
"Read(//tmp/**)",
"Bash(curl -s \"http://localhost:8081/ords/ai_dev/api/dc/documents/2/file\")",
"Bash(curl -s -w '\\\\nHTTP_STATUS: %{http_code}\\\\nContent-Type: %{content_type}\\\\n' http://localhost:8081/ords/ai_dev/api/dc/documents/2/file -o /tmp/test_doc2.pdf)",
"Bash(curl *)",
"Bash(python3 -m json.tool)",
"Bash(python3 -c \"import sys,json; d=json.load\\(sys.stdin\\); print\\('original_text chars:', len\\(d.get\\('original_text',''\\) or ''\\)\\); print\\('has_original_text:', d.get\\('has_original_text'\\)\\)\")",
"Bash(pkill -f \"kubectl port-forward.*8090\")",
"Bash(pkill -f \"kubectl port-forward.*8081\")",
"Bash(fuser -k 8090/tcp)",
"Bash(KUBECONFIG=\"/mnt/c/source/Frigosped/Dokumenten-Check/env/frigo-dev.yaml\" kubectl logs -n ai-env -l app=dc-backend --since=10m --tail=100)",
"Bash(KUBECONFIG=\"/mnt/c/source/Frigosped/Dokumenten-Check/env/frigo-dev.yaml\" kubectl logs *)",
"Bash(mvn package *)",
"Bash(KUBECONFIG=\"/mnt/c/source/Frigosped/Dokumenten-Check/env/frigo-dev.yaml\" kubectl port-forward -n ai-env svc/dc-backend 8090:8090)",
"Bash(pkill -f \"kubectl port-forward\")",
"Bash(pkill -f \"port-forward\")",
"Bash(KUBECONFIG=\"/mnt/c/source/Frigosped/Dokumenten-Check/env/frigo-dev.yaml\" kubectl get pods *)",
"Bash(./mvnw compile *)",
"Bash(NLS_LANG=GERMAN_GERMANY.AL32UTF8 sql *)",
"Bash(KUBECONFIG=/mnt/c/source/Frigosped/Dokumenten-Check/env/frigo-dev.yaml kubectl logs *)"
2026-04-27 14:57:33 +02:00
]
}
}