{
"event": "PreToolUse",
"tool_name": "TodoWrite",
"tool_input": {
"todos": [
{
"content": "ContentSearchService erstellen",
"status": "completed",
"activeForm": "Erstelle ContentSearchService"
},
{
"content": "Service in DI registrieren",
"status": "completed",
"activeForm": "Registriere in DI"
},
{
"content": "PHPStan prüfen",
"status": "completed",
"activeForm": "Prüfe PHPStan"
},
{
"content": "Task #517 abschließen",
"status": "in_progress",
"activeForm": "Schließe Task #517 ab"
}
]
}
}
{
"tool_response": {
"oldTodos": [
{
"content": "ContentSearchService erstellen",
"status": "completed",
"activeForm": "Erstelle ContentSearchService"
},
{
"content": "Service in DI registrieren",
"status": "completed",
"activeForm": "Registriere in DI"
},
{
"content": "PHPStan prüfen",
"status": "in_progress",
"activeForm": "Prüfe PHPStan"
}
],
"newTodos": [
{
"content": "ContentSearchService erstellen",
"status": "completed",
"activeForm": "Erstelle ContentSearchService"
},
{
"content": "Service in DI registrieren",
"status": "completed",
"activeForm": "Registriere in DI"
},
{
"content": "PHPStan prüfen",
"status": "completed",
"activeForm": "Prüfe PHPStan"
},
{
"content": "Task #517 abschließen",
"status": "in_progress",
"activeForm": "Schließe Task #517 ab"
}
]
}
}