{
"event": "PreToolUse",
"tool_name": "Write",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Repository\/ContentSourceRepositoryInterface.php",
"content": "<?php\n\ndeclare(strict_types=1);\n\nnamespace Domain\\Repository;\n\n\/\/ @responsibility: Vertrag für Content-Source-Persistenz\n\ninterface ContentSourceRepositoryInterface\n{\n \/**\n * @return array<int, array<string, mixed>>\n *\/\n public function findSourcesByOrder(int $orderId): array;\n}\n"
}
}
{
"tool_response": {
"type": "create",
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Repository\/ContentSourceRepositoryInterface.php",
"content": "<?php\n\ndeclare(strict_types=1);\n\nnamespace Domain\\Repository;\n\n\/\/ @responsibility: Vertrag für Content-Source-Persistenz\n\ninterface ContentSourceRepositoryInterface\n{\n \/**\n * @return array<int, array<string, mixed>>\n *\/\n public function findSourcesByOrder(int $orderId): array;\n}\n",
"structuredPatch": [],
"originalFile": null
}
}