{
"event": "PreToolUse",
"tool_name": "TodoWrite",
"tool_input": {
"todos": [
{
"content": "Contract-Format analysieren",
"status": "completed",
"activeForm": "Analysiere Contract-Format"
},
{
"content": "HTMX-Contract erstellen",
"status": "in_progress",
"activeForm": "Erstelle HTMX-Contract"
},
{
"content": "In Datenbank einfügen",
"status": "pending",
"activeForm": "Füge in DB ein"
}
]
}
}
{
"tool_response": {
"oldTodos": [
{
"content": "Contract-Format analysieren",
"status": "in_progress",
"activeForm": "Analysiere Contract-Format"
},
{
"content": "HTMX-Contract erstellen",
"status": "pending",
"activeForm": "Erstelle HTMX-Contract"
},
{
"content": "In Datenbank einfügen",
"status": "pending",
"activeForm": "Füge in DB ein"
}
],
"newTodos": [
{
"content": "Contract-Format analysieren",
"status": "completed",
"activeForm": "Analysiere Contract-Format"
},
{
"content": "HTMX-Contract erstellen",
"status": "in_progress",
"activeForm": "Erstelle HTMX-Contract"
},
{
"content": "In Datenbank einfügen",
"status": "pending",
"activeForm": "Füge in DB ein"
}
]
}
}