{
"event": "PreToolUse",
"tool_name": "TodoWrite",
"tool_input": {
"todos": [
{
"content": "Controller analysieren - run Action finden",
"status": "completed",
"activeForm": "Analysiere Controller"
},
{
"content": "CSRF-Handling prüfen",
"status": "completed",
"activeForm": "Prüfe CSRF-Handling"
},
{
"content": "View\/Form prüfen",
"status": "in_progress",
"activeForm": "Prüfe View\/Form"
},
{
"content": "Fix implementieren",
"status": "pending",
"activeForm": "Implementiere Fix"
},
{
"content": "Testen",
"status": "pending",
"activeForm": "Teste Fix"
}
]
}
}
{
"tool_response": {
"oldTodos": [
{
"content": "Controller analysieren - run Action finden",
"status": "in_progress",
"activeForm": "Analysiere Controller"
},
{
"content": "CSRF-Handling prüfen",
"status": "pending",
"activeForm": "Prüfe CSRF-Handling"
},
{
"content": "View\/Form prüfen",
"status": "pending",
"activeForm": "Prüfe View\/Form"
},
{
"content": "Fix implementieren",
"status": "pending",
"activeForm": "Implementiere Fix"
},
{
"content": "Testen",
"status": "pending",
"activeForm": "Teste Fix"
}
],
"newTodos": [
{
"content": "Controller analysieren - run Action finden",
"status": "completed",
"activeForm": "Analysiere Controller"
},
{
"content": "CSRF-Handling prüfen",
"status": "completed",
"activeForm": "Prüfe CSRF-Handling"
},
{
"content": "View\/Form prüfen",
"status": "in_progress",
"activeForm": "Prüfe View\/Form"
},
{
"content": "Fix implementieren",
"status": "pending",
"activeForm": "Implementiere Fix"
},
{
"content": "Testen",
"status": "pending",
"activeForm": "Teste Fix"
}
]
}
}