chore: diverse Bereinigungen und Fixes
All checks were successful
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-ai-compliance (push) Successful in 35s
CI / test-python-backend-compliance (push) Successful in 30s
CI / test-python-document-crawler (push) Successful in 20s
CI / test-python-dsms-gateway (push) Successful in 28s

- admin-compliance: .dockerignore + Dockerfile bereinigt
- dsfa-corpus/route.ts + legal-corpus/route.ts entfernt (obsolet)
- webhooks/woodpecker/route.ts: minor fix
- dsfa/[id]/page.tsx: Refactoring
- service_modules.py + README.md: aktualisiert
- Migration 028 → 032 umbenannt (legal_documents_extend)
- docs: index.md + DEVELOPER.md aktualisiert

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-03-05 17:24:15 +01:00
parent efeacc1619
commit 529c37d91a
11 changed files with 64 additions and 360 deletions

View File

@@ -93,7 +93,7 @@ BREAKPILOT_SERVICES: List[Dict[str, Any]] = [
{"code": "DSA", "relevance": LOW, "notes": "Transparenz bei Gebühren"},
]
},
{
{ # Lehrer-Stack (keine Compliance-Runtime-Dependency)
"name": "school-service",
"display_name": "School Service",
"description": "Schulverwaltung, Klassen, Noten und Zeugnisse",
@@ -113,7 +113,7 @@ BREAKPILOT_SERVICES: List[Dict[str, Any]] = [
{"code": "BSI-TR-03161-1", "relevance": HIGH, "notes": "Sicherheit für Bildungsanwendungen"},
]
},
{
{ # Lehrer-Stack (keine Compliance-Runtime-Dependency)
"name": "calendar-service",
"display_name": "Calendar Service",
"description": "Kalender, Termine und Stundenplanung",
@@ -136,7 +136,7 @@ BREAKPILOT_SERVICES: List[Dict[str, Any]] = [
# =========================================================================
# AI / ML SERVICES
# =========================================================================
{
{ # Lehrer-Stack (keine Compliance-Runtime-Dependency)
"name": "klausur-service",
"display_name": "Klausur Service (AI Correction)",
"description": "KI-gestützte Klausurbewertung, PDF-Analyse und Feedback-Generierung",