{
"event": "PreToolUse",
"tool_name": "TodoWrite",
"tool_input": {
"todos": [
{
"content": "Prio 4 PHP UseCases Refactoring",
"status": "completed",
"activeForm": "Completed"
},
{
"content": "Prio 5 Infrastructure Files Refactoring",
"status": "in_progress",
"activeForm": "Refactoring Infrastructure files"
},
{
"content": "Query Infrastructure files with magic numbers",
"status": "in_progress",
"activeForm": "Querying database"
}
]
}
}
{
"tool_response": {
"oldTodos": [],
"newTodos": [
{
"content": "Prio 4 PHP UseCases Refactoring",
"status": "completed",
"activeForm": "Completed"
},
{
"content": "Prio 5 Infrastructure Files Refactoring",
"status": "in_progress",
"activeForm": "Refactoring Infrastructure files"
},
{
"content": "Query Infrastructure files with magic numbers",
"status": "in_progress",
"activeForm": "Querying database"
}
]
}
}