{
"event": "PostToolUse",
"tool_name": "Read",
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/semantic-explorer\/taxonomie.php",
"content": "<?php ob_start();\n\nfunction renderTaxonomyTree(array $items, int $level = 0): string\n{\n if (empty($items)) {\n return '';\n }\n $html = '<ol class=\"taxonomy-tree\">';\n foreach ($items as $item) {\n $html .= '<li>';\n $html .= '<span class=\"taxonomy-term\">';\n $html .= htmlspecialchars($item['name']);\n if ($item['chunk_count'] > 0) {\n $html .= ' (' . $item['chunk_count'] . ')';\n }\n $html .= '<\/span>';\n if (!empty($item['children'])) {\n $html .= renderTaxonomyTree($item['children'], $level + 1);\n }\n $html .= '<\/li>';\n }\n $html .= '<\/ol>';\n\n return $html;\n}\n?>\n\n<nav class=\"breadcrumb\">\n <a href=\"\/\">Home<\/a> » <a href=\"\/explorer\">Explorer<\/a> » <a href=\"\/semantic-explorer\">Semantic Explorer<\/a> » Taxonomie\n<\/nav>\n\n<h1>Taxonomie<\/h1>\n<p>Hierarchische Kategorisierung der Inhalte.<\/p>\n\n<div class=\"stats-grid\">",
"numLines": 35,
"startLine": 1,
"totalLines": 119
}
}
}