2 Commits

Author SHA1 Message Date
Claude
08968a85a1
feat(ai-act-kompass): FR/IT/ES locales, EN fallback architecture, PWA install support
- Full UI dictionaries for French, Italian and Spanish (all views,
  wizard, legal gate, templates); browser-language auto-detection
  extended to all five locales
- Fallback architecture: LText now carries optional fr/it/es entries;
  regulatory legal texts (content pack, classify reasons, document
  strings) fall back to English until legal translations land —
  clearly stated in the language setting
- Locale-aware date formatting (DE dots, FR/IT/ES slashes, EN ISO)
- PWA: web app manifest, network-first service worker with offline
  cache fallback, generated icons (512/192/apple-touch) — installable
  on phone home screen and macOS dock
- 2 new tests incl. dictionary-completeness check for FR/IT/ES
  (58 total)

Claude-Session: https://claude.ai/code/session_017YjohVNx1ZGNM4MX7tHpfv
2026-07-04 10:05:28 +00:00
Claude
fb2da0db00
feat: add AI-Act-Kompass — standalone EU AI Act compliance toolkit for SMEs
Local-first React/Vite app (no cloud, no telemetry, localStorage only):
- Assessment wizard classifying AI systems per AI Act systematics
  (Art. 3 definition, Art. 5 prohibitions, Art. 6/Annex I+III high-risk
  incl. Art. 6(3) exception and profiling bar, Art. 50 transparency, GPAI)
- Role-specific obligation checklists (provider/deployer/importer/distributor)
  with legal basis, deadlines and implementation status
- Document generator: risk report, action plan, Annex IV skeleton (Markdown)
- AI inventory with export, deadline overview incl. Digital Omnibus shift
- Versioned regulatory content pack modeled as data for future update feed
- Engine fully unit-tested (24 tests), TS strict, static build

Claude-Session: https://claude.ai/code/session_017YjohVNx1ZGNM4MX7tHpfv
2026-07-04 08:03:16 +00:00