{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "head -20 \/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/AI\/ModelRegistry.php",
"description": "Check ModelRegistry class"
}
}
{
"tool_response": {
"stdout": "<?php\n\ndeclare(strict_types=1);\n\nnamespace Infrastructure\\AI;\n\n\/\/ @responsibility: Zentrale Modell-Registry aus ki_dev.ai_models\n\nuse PDO;\n\nfinal class ModelRegistry\n{\n private static ?array $cache = null;\n private static ?self $instance = null;\n\n public function __construct(\n private PDO $pdo\n ) {\n }",
"stderr": "",
"interrupted": false,
"isImage": false
}
}