{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Repository\/KiProtokollRepositoryInterface.php"
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Repository\/KiProtokollRepositoryInterface.php",
"content": "<?php\n\ndeclare(strict_types=1);\n\nnamespace Domain\\Repository;\n\n\/\/ @responsibility: Contract für KI-Protokoll-Persistenz\n\ninterface KiProtokollRepositoryInterface\n{\n \/**\n * @return array<string, mixed>|null\n *\/\n public function findById(int $id): ?array;\n\n \/**\n * @return array<array<string, mixed>>\n *\/\n public function findLatest(int $limit = 20): array;\n\n \/**\n * @return array<array<string, mixed>>\n *\/\n public function findPaginated(\n ?string $search = null,\n ?string $status = null,\n ?string $model = null,\n int $limit = 50,\n int $offset = 0\n ): array;\n\n public function countFiltered(?string $search = null, ?string $status = null, ?string $model = null): int;\n\n \/**\n * @return array<string, mixed>\n *\/\n public function getStatistics(): array;\n\n \/**\n * @return array<string>\n *\/\n public function getDistinctModels(): array;\n\n public function findPreviousId(int $id): ?int;\n\n public function findNextId(int $id): ?int;\n}\n",
"numLines": 48,
"startLine": 1,
"totalLines": 48
}
}
}