{
"event": "UserPromptSubmit",
"prompt": "erstelle den prompt, die aufgabe für claude auf prod, was es tun soll, es berbindet sich zu dir"
}
{
"assistant_response": "## Aufgabe für Claude auf prod.karlkratz.com\n\n```\nVerbinde dich per SSH zu 88.198.50.199 (Port 22) und kopiere das Content-Pipeline-Paket:\n\n1. SSH-Verbindung testen:\n ssh -o StrictHostKeyChecking=accept-new root@88.198.50.199 \"echo OK\"\n\n2. Zielverzeichnis erstellen:\n mkdir -p \/var\/www\/pipelines\/import-content-pipeline\n\n3. Pipeline kopieren:\n rsync -avz --progress root@88.198.50.199:\/var\/www\/migration\/content-pipeline\/ \/var\/www\/pipelines\/import-content-pipeline\/\n\n4. Verifizieren:\n ls -la \/var\/www\/pipelines\/import-content-pipeline\/\n\nErwartetes Ergebnis:\n- config\/ (Konfigurationsvorlagen)\n- docs\/ (README, ARCHITECTURE, VALIDATION_REPORT)\n- scripts\/ (setup.sh)\n- sql\/ (schema.sql mit 32 Tabellen)\n- src\/ (86 Python-Module)\n- readme.txt (Deployment-Empfehlung)\n```"
}