{
"event": "PreToolUse",
"tool_name": "TodoWrite",
"tool_input": {
"todos": [
{
"content": "ContentRepository::getLastOrderSettings() implementieren",
"status": "completed",
"activeForm": "Implementiere Repository-Methode"
},
{
"content": "ContentController::contentNew() anpassen",
"status": "completed",
"activeForm": "Passe Controller an"
},
{
"content": "content\/new.php View anpassen",
"status": "in_progress",
"activeForm": "Passe View an"
},
{
"content": "php-check.sh ausführen",
"status": "pending",
"activeForm": "Führe Quality-Checks aus"
},
{
"content": "Manuelle Verifikation",
"status": "pending",
"activeForm": "Verifiziere manuell"
}
]
}
}
{
"tool_response": {
"oldTodos": [
{
"content": "ContentRepository::getLastOrderSettings() implementieren",
"status": "completed",
"activeForm": "Implementiere Repository-Methode"
},
{
"content": "ContentController::contentNew() anpassen",
"status": "in_progress",
"activeForm": "Passe Controller an"
},
{
"content": "content\/new.php View anpassen",
"status": "pending",
"activeForm": "Passe View an"
},
{
"content": "php-check.sh ausführen",
"status": "pending",
"activeForm": "Führe Quality-Checks aus"
},
{
"content": "Manuelle Verifikation",
"status": "pending",
"activeForm": "Verifiziere manuell"
}
],
"newTodos": [
{
"content": "ContentRepository::getLastOrderSettings() implementieren",
"status": "completed",
"activeForm": "Implementiere Repository-Methode"
},
{
"content": "ContentController::contentNew() anpassen",
"status": "completed",
"activeForm": "Passe Controller an"
},
{
"content": "content\/new.php View anpassen",
"status": "in_progress",
"activeForm": "Passe View an"
},
{
"content": "php-check.sh ausführen",
"status": "pending",
"activeForm": "Führe Quality-Checks aus"
},
{
"content": "Manuelle Verifikation",
"status": "pending",
"activeForm": "Verifiziere manuell"
}
]
}
}