{
"event": "PostToolUse",
"tool_name": "Read",
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/Persistence\/CodeQualityRepository.php",
"content": "<?php\n\ndeclare(strict_types=1);\n\nnamespace Infrastructure\\Persistence;\n\n\/\/ @responsibility: Persistenz für Code-Hygiene-Metriken (code_quality Tabelle)\n\nuse Domain\\Repository\\CodeQualityRepositoryInterface;\nuse PDO;\n\nclass CodeQualityRepository implements CodeQualityRepositoryInterface\n{\n private PDO $pdo;\n",
"numLines": 15,
"startLine": 1,
"totalLines": 134
}
}
}