{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/services.php",
"offset": 195,
"limit": 20
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/services.php",
"content": " });\n\n \/\/ =========================================================================\n \/\/ APPLICATION SERVICES\n \/\/ =========================================================================\n\n $container->set(AuditLogger::class, fn () => new AuditLogger());\n\n $container->set(ChunkSyncService::class, function (Container $c) {\n return new ChunkSyncService(\n $c->get('pdo.dev'),\n $c->get(OllamaService::class)\n );\n });\n\n $container->set(HybridSearchService::class, function (Container $c) {\n return new HybridSearchService(\n $c->get('pdo.dev'),\n $c->get(OllamaService::class)\n );",
"numLines": 20,
"startLine": 195,
"totalLines": 263
}
}
}