{
"event": "PostToolUse",
"raw_data": {
"session_id": "ff098a73-f251-4037-92a8-8d3fbd176fd4",
"transcript_path": "\/root\/.claude\/projects\/-var-www\/ff098a73-f251-4037-92a8-8d3fbd176fd4.jsonl",
"cwd": "\/var\/www\/dev.campus.systemische-tools.de",
"permission_mode": "acceptEdits",
"hook_event_name": "PostToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Repository\/DokumentationRepositoryInterface.php"
},
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Repository\/DokumentationRepositoryInterface.php",
"content": "<?php\n\ndeclare(strict_types=1);\n\nnamespace Domain\\Repository;\n\n\/\/ @responsibility: Vertrag für Dokumentations-Persistenz\n\ninterface DokumentationRepositoryInterface\n{\n \/**\n * @return array<string, mixed>|null\n *\/\n public function findById(int $id): ?array;\n\n \/**\n * @return array<string, mixed>|null\n *\/\n public function findByPath(string $path): ?array;\n\n \/**\n * @return array<string, mixed>|null\n *\/\n public function findBySlug(string $slug, ?int $parentId = null): ?array;\n\n \/**\n * @return array<string, mixed>|null\n *\/\n public function findDocBySlug(string $slug): ?array;\n\n \/**\n * @return array<int, array<string, mixed>>\n *\/\n public function findChildren(int $parentId): array;\n\n \/**\n * @return array<int, array<string, mixed>>\n *\/\n public function findRootDocuments(): array;\n\n \/**\n * @return array<int, array<string, mixed>>\n *\/\n public function getHierarchy(): array;\n\n \/**\n * @return array<int, array<string, mixed>>\n *\/\n public function getBreadcrumb(int $docId): array;\n\n \/**\n * @return array<int, array<string, mixed>>\n *\/\n public function getSiblings(int $docId): array;\n\n \/**\n * @return array{total: int, by_depth: array<int, array{depth: int, count: int}>, by_status: array<int, array{status: string, count: int}>}\n *\/\n public function getStatistics(): array;\n}\n",
"numLines": 61,
"startLine": 1,
"totalLines": 61
}
},
"tool_use_id": "toolu_0197wboazMuAPSHLztoTewvo"
}
}