{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/SemanticExplorerRepository.php",
"offset": 1,
"limit": 25
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/SemanticExplorerRepository.php",
"content": "<?php\n\ndeclare(strict_types=1);\n\nnamespace Infrastructure;\n\n\/\/ @responsibility: Persistenz für Semantic-Explorer (Entitäten, Relationen, Taxonomie, Ontologie)\n\nuse Infrastructure\\Config\\DatabaseFactory;\n\nclass SemanticExplorerRepository\n{\n private \\PDO $db;\n\n public function __construct(?\\PDO $pdo = null)\n {\n $this->db = $pdo ?? DatabaseFactory::content();\n }\n\n \/\/ =========================================================================\n \/\/ DOCUMENTS\n \/\/ =========================================================================\n\n public function getDocumentStats(): array\n {",
"numLines": 25,
"startLine": 1,
"totalLines": 918
}
}
}