{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "grep -n \"HybridSearchService\" \/var\/www\/dev.campus.systemische-tools.de\/src\/ServiceProvider\/InfrastructureServiceProvider.php",
"description": "Find HybridSearchService registration"
}
}
{
"tool_response": {
"stdout": "33:use Infrastructure\\Docs\\HybridSearchService;\n113: $container->set(HybridSearchService::class, function (Container $c) {\n114: return new HybridSearchService(",
"stderr": "",
"interrupted": false,
"isImage": false
}
}