{
"event": "PreToolUse",
"tool_name": "Task",
"tool_input": {
"description": "Find DatabaseFactory usage",
"prompt": "Search the codebase at \/var\/www\/dev.campus.systemische-tools.de\/src for all occurrences of \"DatabaseFactory\". I need to find:\n1. All files that use DatabaseFactory\n2. The exact lines where DatabaseFactory is called\n3. Which repositories still use DatabaseFactory directly vs receiving PDO via constructor injection\n\nReturn a complete list with file paths and line numbers.",
"subagent_type": "Explore"
}
}