Files
craftvia/prisma/migrations/20260914180000_lotse_address_form/migration.sql
T
msolarczekandClaude Opus 5 ff5c57f276 L9 Lotse – KI-Assistent: Transkription, Berichtsentwurf, Vollständigkeitsprüfung, Freigabeprinzip (Services)
- OpenAI-kompatible Transkription + Processor transcription (done/failed/disabled, AiGeneration, Notiz aus Sprachnotiz)
- Claude-Lotse (strukturierte Ausgabe, Refusal/Fallback), Datenminimierung, Vorschläge in content.lotse
- Vollständigkeitsprüfung (Regeln + KI-Hinweise mit Deep-Link), Einstellungen, KI-Protokoll
- Freigabeprinzip: Submit eines Lotse-Entwurfs nur mit Prüfbestätigung (serverseitig)
- Migration lotse_address_form (TenantSettings)

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-14 17:19:38 +02:00

7 lines
376 B
SQL

-- L9 Lotse: Anrede des KI-Assistenten je Mandant (Brandbook §9.2: "Sie" oder "du", innerhalb eines
-- Mandanten konsistent). NULL = keine Einstellung → neutrale Formulierung ohne Pronomen.
-- Nur eine neue Spalte an tenant_settings (bereits mandantengebunden/RLS), keine neue Tabelle.
-- AlterTable
ALTER TABLE "tenant_settings" ADD COLUMN "lotse_address_form" TEXT;