{
"event": "PreToolUse",
"tool_name": "TodoWrite",
"tool_input": {
"todos": [
{
"content": "Fix #1: data-table.js in layout.php einbinden",
"status": "completed",
"activeForm": "Binde data-table.js ein"
},
{
"content": "Fix #2: SemanticExplorerRepository erstellen",
"status": "in_progress",
"activeForm": "Erstelle Repository"
}
]
}
}
{
"tool_response": {
"oldTodos": [
{
"content": "Fix #1: data-table.js in layout.php einbinden",
"status": "in_progress",
"activeForm": "Binde data-table.js ein"
},
{
"content": "Fix #2: EntityRepository erstellen + Controller refactoren",
"status": "pending",
"activeForm": "Erstelle EntityRepository"
}
],
"newTodos": [
{
"content": "Fix #1: data-table.js in layout.php einbinden",
"status": "completed",
"activeForm": "Binde data-table.js ein"
},
{
"content": "Fix #2: SemanticExplorerRepository erstellen",
"status": "in_progress",
"activeForm": "Erstelle Repository"
}
]
}
}