{
"event": "PreToolUse",
"tool_name": "TodoWrite",
"tool_input": {
"todos": [
{
"content": "SystemExplorerController auf ki_dev umstellen",
"status": "completed",
"activeForm": "Stelle SystemExplorerController auf ki_dev um"
},
{
"content": "Nach Prod deployen und testen",
"status": "completed",
"activeForm": "Deploye nach Prod und teste"
}
]
}
}
{
"tool_response": {
"oldTodos": [
{
"content": "SystemExplorerController auf ki_dev umstellen",
"status": "completed",
"activeForm": "Stelle SystemExplorerController auf ki_dev um"
},
{
"content": "Nach Prod deployen und testen",
"status": "in_progress",
"activeForm": "Deploye nach Prod und teste"
}
],
"newTodos": [
{
"content": "SystemExplorerController auf ki_dev umstellen",
"status": "completed",
"activeForm": "Stelle SystemExplorerController auf ki_dev um"
},
{
"content": "Nach Prod deployen und testen",
"status": "completed",
"activeForm": "Deploye nach Prod und teste"
}
]
}
}