{
"event": "PreToolUse",
"tool_name": "Write",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Crawler\/LinkSummary.php",
"content": "<?php\n\ndeclare(strict_types=1);\n\nnamespace Domain\\Crawler;\n\n\/\/ @responsibility: Read-Model fuer Link-Listeneintrag\n\nfinal class LinkSummary\n{\n public function __construct(\n public readonly int $id,\n public readonly int $pageId,\n public readonly string $targetUrl,\n public readonly ?string $anchorText,\n public readonly bool $isInternal,\n public readonly bool $isExternal,\n public readonly ?int $externalHttpStatus,\n public readonly ?string $externalError,\n ) {\n }\n}\n"
}
}
{
"tool_response": {
"type": "create",
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Crawler\/LinkSummary.php",
"content": "<?php\n\ndeclare(strict_types=1);\n\nnamespace Domain\\Crawler;\n\n\/\/ @responsibility: Read-Model fuer Link-Listeneintrag\n\nfinal class LinkSummary\n{\n public function __construct(\n public readonly int $id,\n public readonly int $pageId,\n public readonly string $targetUrl,\n public readonly ?string $anchorText,\n public readonly bool $isInternal,\n public readonly bool $isExternal,\n public readonly ?int $externalHttpStatus,\n public readonly ?string $externalError,\n ) {\n }\n}\n",
"structuredPatch": [],
"originalFile": null,
"userModified": false
}
}