{
"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\/ChatMessageRepositoryInterface.php",
"limit": 25
},
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Repository\/ChatMessageRepositoryInterface.php",
"content": "<?php\n\nnamespace Domain\\Repository;\n\n\/**\n * Interface for Chat Message Repository operations.\n *\/\ninterface ChatMessageRepositoryInterface\n{\n \/**\n * Find messages by session ID.\n *\n * @return array<int, array<string, mixed>>\n *\/\n public function findBySessionId(int $sessionId): array;\n\n \/**\n * Save a message.\n *\n * @param array<string>|null $sources\n *\/\n public function save(\n int $sessionId,\n string $role,\n string $content,",
"numLines": 25,
"startLine": 1,
"totalLines": 55
}
},
"tool_use_id": "toolu_013HdFbLcgHzgg6Tjpoq7csu"
}
}