{
"event": "PostToolUse",
"raw_data": {
"session_id": "18ef5bf3-e872-4052-897e-53d6dc45b0b9",
"transcript_path": "\/root\/.claude\/projects\/-var-www\/18ef5bf3-e872-4052-897e-53d6dc45b0b9.jsonl",
"cwd": "\/var\/www\/dev.campus.systemische-tools.de\/src",
"permission_mode": "acceptEdits",
"hook_event_name": "PostToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Repository\/ChatSessionRepositoryInterface.php",
"limit": 25
},
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Repository\/ChatSessionRepositoryInterface.php",
"content": "<?php\n\nnamespace Domain\\Repository;\n\n\/**\n * Interface for Chat Session Repository operations.\n *\/\ninterface ChatSessionRepositoryInterface\n{\n \/**\n * Find session by UUID.\n *\n * @return array<string, mixed>|null\n *\/\n public function findByUuid(string $uuid): ?array;\n\n \/**\n * Get all sessions with statistics.\n *\n * @return array<int, array<string, mixed>>\n *\/\n public function findAll(int $limit = 50): array;\n\n \/**\n * Create a new session.",
"numLines": 25,
"startLine": 1,
"totalLines": 69
}
},
"tool_use_id": "toolu_012hbPY4yWuH6Wia1n6TNsHp"
}
}