{
"event": "PreToolUse",
"tool_name": "Grep",
"tool_input": {
"pattern": "findAllProfiles",
"path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/Persistence\/ContentRepository.php",
"output_mode": "content",
"-A": 10
}
}
{
"tool_response": {
"mode": "content",
"numFiles": 0,
"filenames": [],
"content": "248: public function findAllProfiles(): array\n249- {\n250- $stmt = $this->pdo->query(\"\n251- SELECT id, name, slug, content as config\n252- FROM content_config\n253- WHERE type = 'author_profile' AND status = 'active'\n254- ORDER BY name\n255- \");\n256-\n257- return $stmt->fetchAll();\n258- }",
"numLines": 11
}
}