{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Controller\/SemanticExplorerController.php",
"limit": 30
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Controller\/SystemExplorerController.php",
"content": "<?php\n\nnamespace Controller;\n\nuse Domain\\ValueObject\\Pagination;\nuse Framework\\Controller;\nuse Infrastructure\\Docs\\HybridSearchService;\nuse Infrastructure\\Persistence\\SystemExplorerRepository;\n\n\/**\n * SystemExplorerController - Interne System-Dokumentation\n *\n * Zeigt Code-Dokumentation, Seiten und Chunks aus der dokumentation_chunks Pipeline.\n * Für Admin\/Entwickler - System-Wissen.\n *\/\nclass SystemExplorerController extends Controller\n{\n private SystemExplorerRepository $repository;\n\n public function __construct()\n {\n $this->repository = new SystemExplorerRepository();\n }\n\n \/**\n * GET \/explorer\n * Dashboard mit Statistiken\n *\/\n public function index(): void\n {",
"numLines": 30,
"startLine": 1,
"totalLines": 226
}
}
}