{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Repository\/ContentVersionRepositoryInterface.php"
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Repository\/ContentVersionRepositoryInterface.php",
"content": "<?php\n\ndeclare(strict_types=1);\n\nnamespace Domain\\Repository;\n\n\/\/ @responsibility: Vertrag für Content-Version-Persistenz\n\ninterface ContentVersionRepositoryInterface\n{\n \/**\n * @return array<int, array<string, mixed>>\n *\/\n public function findVersionsByOrder(int $orderId): array;\n\n \/**\n * @return array<string, mixed>|null\n *\/\n public function findLatestVersion(int $orderId): ?array;\n\n \/**\n * @return array<string, mixed>|null\n *\/\n public function findVersion(int $id): ?array;\n\n \/**\n * @return array<int, array<string, mixed>>\n *\/\n public function findCritiquesByVersion(int $versionId): array;\n}\n",
"numLines": 31,
"startLine": 1,
"totalLines": 31
}
}
}