{
"event": "PreToolUse",
"tool_name": "TodoWrite",
"tool_input": {
"todos": [
{
"content": "PHP Constants.php erstellen",
"status": "completed",
"activeForm": "Erstelle PHP Constants"
},
{
"content": "Python constants.py erstellen",
"status": "in_progress",
"activeForm": "Erstelle Python Constants"
},
{
"content": "MCP shared constants.py erstellen",
"status": "pending",
"activeForm": "Erstelle MCP Constants"
},
{
"content": "Dateien refactoren um Constants zu nutzen",
"status": "pending",
"activeForm": "Refactore Dateien"
}
]
}
}
{
"tool_response": {
"oldTodos": [
{
"content": "PHP Constants.php erstellen",
"status": "in_progress",
"activeForm": "Erstelle PHP Constants"
},
{
"content": "Python constants.py erstellen",
"status": "pending",
"activeForm": "Erstelle Python Constants"
},
{
"content": "MCP shared constants.py erstellen",
"status": "pending",
"activeForm": "Erstelle MCP Constants"
},
{
"content": "Dateien refactoren um Constants zu nutzen",
"status": "pending",
"activeForm": "Refactore Dateien"
}
],
"newTodos": [
{
"content": "PHP Constants.php erstellen",
"status": "completed",
"activeForm": "Erstelle PHP Constants"
},
{
"content": "Python constants.py erstellen",
"status": "in_progress",
"activeForm": "Erstelle Python Constants"
},
{
"content": "MCP shared constants.py erstellen",
"status": "pending",
"activeForm": "Erstelle MCP Constants"
},
{
"content": "Dateien refactoren um Constants zu nutzen",
"status": "pending",
"activeForm": "Refactore Dateien"
}
]
}
}