{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/routes\/web.php",
"offset": 78,
"limit": 15
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/routes\/web.php",
"content": "$router->get('\/semantic-explorer', [SemanticExplorerController::class, 'index']);\n$router->get('\/semantic-explorer\/dokumente', [SemanticExplorerController::class, 'dokumente']);\n$router->get('\/semantic-explorer\/dokumente\/{id}', [SemanticExplorerController::class, 'dokumentShow']);\n$router->get('\/semantic-explorer\/chunks', [SemanticExplorerController::class, 'chunks']);\n$router->get('\/semantic-explorer\/chunks\/{id}', [SemanticExplorerController::class, 'chunkShow']);\n$router->get('\/semantic-explorer\/semantik', [SemanticExplorerController::class, 'semantik']);\n$router->get('\/semantic-explorer\/suche', [SemanticExplorerController::class, 'suche']);\n\n\/\/ Semantic Explorer - Entitaeten (eigener Controller, spezifische Routes VOR {id})\nuse Controller\\EntityController;\n\n$router->get('\/semantic-explorer\/entitaeten', [EntityController::class, 'index']);\n$router->get('\/semantic-explorer\/entitaeten\/new', [EntityController::class, 'create']);\n$router->post('\/semantic-explorer\/entitaeten', [EntityController::class, 'store']);\n$router->get('\/semantic-explorer\/entitaeten\/{id}\/edit', [EntityController::class, 'edit']);",
"numLines": 15,
"startLine": 78,
"totalLines": 200
}
}
}