This repository has been archived on 2026-02-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
breakpilot-pwa/breakpilot-compliance-sdk/legal-corpus/eu/ai-act/metadata.json
Benjamin Admin 21a844cb8a fix: Restore all files lost during destructive rebase
A previous `git pull --rebase origin main` dropped 177 local commits,
losing 3400+ files across admin-v2, backend, studio-v2, website,
klausur-service, and many other services. The partial restore attempt
(660295e2) only recovered some files.

This commit restores all missing files from pre-rebase ref 98933f5e
while preserving post-rebase additions (night-scheduler, night-mode UI,
NightModeWidget dashboard integration).

Restored features include:
- AI Module Sidebar (FAB), OCR Labeling, OCR Compare
- GPU Dashboard, RAG Pipeline, Magic Help
- Klausur-Korrektur (8 files), Abitur-Archiv (5+ files)
- Companion, Zeugnisse-Crawler, Screen Flow
- Full backend, studio-v2, website, klausur-service
- All compliance SDKs, agent-core, voice-service
- CI/CD configs, documentation, scripts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 09:51:32 +01:00

111 lines
2.4 KiB
JSON

{
"id": "ai-act",
"name": "Verordnung ueber kuenstliche Intelligenz",
"nameEn": "Artificial Intelligence Act",
"abbreviation": "KI-VO",
"abbreviationEn": "AI Act",
"type": "regulation",
"jurisdiction": "EU",
"effectiveDate": "2024-08-01",
"officialReference": "Verordnung (EU) 2024/1689",
"articles": 113,
"recitals": 180,
"chapters": 13,
"estimatedChunks": 85,
"language": "de",
"topics": [
"artificial-intelligence",
"machine-learning",
"high-risk-ai",
"prohibited-ai",
"transparency",
"conformity-assessment",
"ai-governance"
],
"riskCategories": [
{
"level": "unacceptable",
"title": "Verbotene KI-Praktiken",
"articles": [5],
"examples": [
"Social Scoring",
"Biometrische Fernidentifizierung",
"Emotionserkennung am Arbeitsplatz"
]
},
{
"level": "high",
"title": "Hochrisiko-KI-Systeme",
"articles": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
"examples": [
"Biometrische Identifizierung",
"Kritische Infrastruktur",
"Bildung und Berufsausbildung",
"Beschaeftigung",
"Zugang zu oeffentlichen Diensten"
]
},
{
"level": "limited",
"title": "Begrenzte Transparenzpflichten",
"articles": [50],
"examples": [
"Chatbots",
"Deepfakes",
"Emotionserkennung"
]
},
{
"level": "minimal",
"title": "Minimales Risiko",
"articles": [],
"examples": [
"Spam-Filter",
"Videospiel-KI"
]
}
],
"keyArticles": [
{
"article": 5,
"title": "Verbotene Praktiken im KI-Bereich",
"importance": "critical"
},
{
"article": 6,
"title": "Klassifizierungsregeln fuer Hochrisiko-KI",
"importance": "critical"
},
{
"article": 9,
"title": "Risikomanagementsystem",
"importance": "high"
},
{
"article": 10,
"title": "Daten und Daten-Governance",
"importance": "high"
},
{
"article": 13,
"title": "Transparenz und Bereitstellung von Informationen",
"importance": "high"
},
{
"article": 14,
"title": "Menschliche Aufsicht",
"importance": "high"
},
{
"article": 50,
"title": "Transparenzpflichten fuer bestimmte KI-Systeme",
"importance": "high"
}
],
"relatedRegulations": [
"dsgvo",
"nis2",
"cra"
]
}