{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Framework\/Router.php",
"limit": 25
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Framework\/App.php",
"content": "<?php\n\nnamespace Framework;\n\nuse Framework\\Middleware\\CorrelationMiddleware;\n\nclass App\n{\n protected Router $router;\n protected Container $container;\n\n public function __construct()\n {\n $this->container = new Container();\n $this->router = new Router();\n $this->router->setContainer($this->container);\n\n \/\/ Register core services\n $this->registerServices();\n }\n\n public function run(): void\n {\n \/\/ Run middleware chain\n $middleware = new CorrelationMiddleware();",
"numLines": 25,
"startLine": 1,
"totalLines": 68
}
}
}