{
"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\/ValueObject\/AssigneeType.php",
"limit": 25
},
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/ValueObject\/AssigneeType.php",
"content": "<?php\n\nnamespace Domain\\ValueObject;\n\nenum AssigneeType: string\n{\n case HUMAN = 'human';\n case OLLAMA = 'ollama';\n case CLAUDE = 'claude';\n case ANTHROPIC_API = 'anthropic_api';\n\n public function isAI(): bool\n {\n return $this !== self::HUMAN;\n }\n\n public function label(): string\n {\n return match ($this) {\n self::HUMAN => 'Mensch',\n self::OLLAMA => 'Ollama (lokal)',\n self::CLAUDE => 'Claude Code',\n self::ANTHROPIC_API => 'Anthropic API',\n };\n }",
"numLines": 25,
"startLine": 1,
"totalLines": 37
}
},
"tool_use_id": "toolu_01VG1HPehsntJaNtVuikZkUZ"
}
}