{
"event": "PostToolUse",
"tool_name": "Read",
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Repository\/FileAnalysisRepositoryInterface.php",
"content": "<?php\n\ndeclare(strict_types=1);\n\nnamespace Domain\\Repository;\n\n\/\/ @responsibility: Contract für Datei-Analyse-Persistenz (code_analysis Tabelle)\n\ninterface FileAnalysisRepositoryInterface\n{\n \/**\n * @param array<string, mixed> $filters\n * @return array<array<string, mixed>>\n *\/\n public function findAll(array $filters = [], int $limit = 100, int $offset = 0): array;\n\n \/**\n * @return array<string, mixed>|null\n *\/\n public function findById(int $id): ?array;",
"numLines": 20,
"startLine": 1,
"totalLines": 56
}
}
}