{
"event": "PostToolUse",
"tool_name": "Read",
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/content-pipeline\/run-status.php",
"content": "\n <!-- Progress Bar -->\n <?php\n $total = (int) ($run['documents_total'] ?? 0);\n$processed = (int) ($run['documents_processed'] ?? 0);\n$progress = $total > 0 ? round(($processed \/ $total) * 100) : 0;\n?>\n <div class=\"progress-bar\">\n <div class=\"progress-bar__fill\" id=\"progress-fill\" style=\"width: <?= $progress ?>%\"><\/div>\n <\/div>\n <div class=\"progress-label\">\n <span><span id=\"docs-processed\"><?= $processed ?><\/span>\/<span id=\"docs-total\"><?= $total ?><\/span> Dateien<\/span>\n <span id=\"progress-percent\"><?= $progress ?>%<\/span>\n <\/div>\n",
"numLines": 15,
"startLine": 40,
"totalLines": 382
}
}
}