{
"event": "PreToolUse",
"tool_name": "Write",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/content-pipeline\/partials\/cancel-button.php",
"content": "<?php\n\ndeclare(strict_types=1);\n\n\/\/ @responsibility: HTMX-Partial für Pipeline-Cancel-Button\n\n?>\n<button type=\"button\"\n class=\"btn btn--danger btn--small\"\n <?= ($disabled ?? false) ? 'disabled' : '' ?>>\n <?= htmlspecialchars($label ?? 'Abbrechen') ?>\n<\/button>\n"
}
}
{
"tool_response": {
"type": "create",
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/content-pipeline\/partials\/cancel-button.php",
"content": "<?php\n\ndeclare(strict_types=1);\n\n\/\/ @responsibility: HTMX-Partial für Pipeline-Cancel-Button\n\n?>\n<button type=\"button\"\n class=\"btn btn--danger btn--small\"\n <?= ($disabled ?? false) ? 'disabled' : '' ?>>\n <?= htmlspecialchars($label ?? 'Abbrechen') ?>\n<\/button>\n",
"structuredPatch": [],
"originalFile": null
}
}