{
"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\/Entity\/TaskComment.php",
"limit": 25
},
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Entity\/TaskComment.php",
"content": "<?php\n\nnamespace Domain\\Entity;\n\nclass TaskComment\n{\n private ?int $id = null;\n private int $taskId;\n private string $author;\n private string $authorType = 'human';\n private string $commentType = 'comment';\n private string $content;\n private array $metadata = [];\n private \\DateTimeImmutable $createdAt;\n\n public function __construct()\n {\n $this->createdAt = new \\DateTimeImmutable();\n }\n\n \/\/ Getters\n public function getId(): ?int\n {\n return $this->id;\n }",
"numLines": 25,
"startLine": 1,
"totalLines": 192
}
},
"tool_use_id": "toolu_01Wztm7r58d9ycLGqEi47uh4"
}
}