{
"event": "PreToolUse",
"tool_name": "TodoWrite",
"tool_input": {
"todos": [
{
"content": "Architektur-Refactoring (#221)",
"status": "in_progress",
"activeForm": "Finalisiere Refactoring"
},
{
"content": "RunPipelineUseCase erstellen",
"status": "completed",
"activeForm": "Erstelle RunPipelineUseCase"
},
{
"content": "PipelineRunStatusUseCase erstellen",
"status": "completed",
"activeForm": "Erstelle PipelineRunStatusUseCase"
},
{
"content": "UpdatePipelineConfigUseCase erstellen",
"status": "completed",
"activeForm": "Erstelle UpdatePipelineConfigUseCase"
},
{
"content": "Controller refactoren",
"status": "completed",
"activeForm": "Refactore Controller"
}
]
}
}
{
"tool_response": {
"oldTodos": [
{
"content": "Architektur-Refactoring (#221)",
"status": "in_progress",
"activeForm": "Refactore ContentPipelineController"
},
{
"content": "RunPipelineUseCase erstellen",
"status": "in_progress",
"activeForm": "Erstelle RunPipelineUseCase"
},
{
"content": "PipelineRunStatusUseCase erstellen",
"status": "pending",
"activeForm": "Erstelle PipelineRunStatusUseCase"
},
{
"content": "Controller refactoren",
"status": "pending",
"activeForm": "Refactore Controller"
}
],
"newTodos": [
{
"content": "Architektur-Refactoring (#221)",
"status": "in_progress",
"activeForm": "Finalisiere Refactoring"
},
{
"content": "RunPipelineUseCase erstellen",
"status": "completed",
"activeForm": "Erstelle RunPipelineUseCase"
},
{
"content": "PipelineRunStatusUseCase erstellen",
"status": "completed",
"activeForm": "Erstelle PipelineRunStatusUseCase"
},
{
"content": "UpdatePipelineConfigUseCase erstellen",
"status": "completed",
"activeForm": "Erstelle UpdatePipelineConfigUseCase"
},
{
"content": "Controller refactoren",
"status": "completed",
"activeForm": "Refactore Controller"
}
]
}
}