{
"event": "PreToolUse",
"tool_name": "Write",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Repository\/PipelineStepRepositoryInterface.php",
"content": "<?php\n\ndeclare(strict_types=1);\n\nnamespace Domain\\Repository;\n\n\/\/ @responsibility: Vertrag für Pipeline-Step-Persistenz\n\ninterface PipelineStepRepositoryInterface\n{\n \/**\n * @return array<int, array<string, mixed>>\n *\/\n public function findSteps(int $pipelineId): array;\n\n \/**\n * @param array<string, mixed> $stepData\n *\/\n public function addStep(int $pipelineId, array $stepData): int;\n\n \/**\n * @param array<string, mixed> $stepData\n *\/\n public function updateStep(int $stepId, array $stepData): void;\n\n public function deleteStep(int $stepId): void;\n\n \/**\n * @param array<int> $stepIds\n *\/\n public function reorderSteps(int $pipelineId, array $stepIds): void;\n}\n"
}
}
{
"tool_response": {
"type": "create",
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Repository\/PipelineStepRepositoryInterface.php",
"content": "<?php\n\ndeclare(strict_types=1);\n\nnamespace Domain\\Repository;\n\n\/\/ @responsibility: Vertrag für Pipeline-Step-Persistenz\n\ninterface PipelineStepRepositoryInterface\n{\n \/**\n * @return array<int, array<string, mixed>>\n *\/\n public function findSteps(int $pipelineId): array;\n\n \/**\n * @param array<string, mixed> $stepData\n *\/\n public function addStep(int $pipelineId, array $stepData): int;\n\n \/**\n * @param array<string, mixed> $stepData\n *\/\n public function updateStep(int $stepId, array $stepData): void;\n\n public function deleteStep(int $stepId): void;\n\n \/**\n * @param array<int> $stepIds\n *\/\n public function reorderSteps(int $pipelineId, array $stepIds): void;\n}\n",
"structuredPatch": [],
"originalFile": null
}
}