{
"event": "PreToolUse",
"tool_name": "Write",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/ServiceProvider\/ServiceProviderInterface.php",
"content": "<?php\n\nnamespace ServiceProvider;\n\nuse Framework\\Container;\n\n\/**\n * ServiceProviderInterface defines the contract for all service providers.\n *\n * Each provider is responsible for registering services within a specific\n * bounded context (Chat, Tasks, Content, Infrastructure).\n *\/\ninterface ServiceProviderInterface\n{\n \/**\n * Register services in the DI container.\n *\n * @param Container $container The DI container instance\n * @return void\n *\/\n public function register(Container $container): void;\n}\n"
}
}