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