{
"event": "PreToolUse",
"tool_name": "Edit",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Repository\/ContentConfigRepositoryInterface.php",
"old_string": " \/**\n * Get a single structure.\n *\n * @return array<string, mixed>|null\n *\/\n public function getStructure(int $id): ?array;\n}",
"new_string": " \/**\n * Get a single structure.\n *\n * @return array<string, mixed>|null\n *\/\n public function getStructure(int $id): ?array;\n\n \/**\n * Save a config version to history.\n *\/\n public function saveHistory(\n int $configId,\n string $content,\n string $version,\n string $changedBy,\n string $changeDescription\n ): void;\n\n \/**\n * Get config version history.\n *\n * @return array<int, array<string, mixed>>\n *\/\n public function getHistory(int $configId, int $limit = 10): array;\n}"
}
}
{
"tool_response": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Repository\/ContentConfigRepositoryInterface.php",
"oldString": " \/**\n * Get a single structure.\n *\n * @return array<string, mixed>|null\n *\/\n public function getStructure(int $id): ?array;\n}",
"newString": " \/**\n * Get a single structure.\n *\n * @return array<string, mixed>|null\n *\/\n public function getStructure(int $id): ?array;\n\n \/**\n * Save a config version to history.\n *\/\n public function saveHistory(\n int $configId,\n string $content,\n string $version,\n string $changedBy,\n string $changeDescription\n ): void;\n\n \/**\n * Get config version history.\n *\n * @return array<int, array<string, mixed>>\n *\/\n public function getHistory(int $configId, int $limit = 10): array;\n}",
"originalFile": "<?php\n\ndeclare(strict_types=1);\n\nnamespace Domain\\Repository;\n\n\/\/ @responsibility: Interface for content configuration repository\n\ninterface ContentConfigRepositoryInterface\n{\n \/**\n * Get all author profiles.\n *\n * @return array<int, array<string, mixed>>\n *\/\n public function getAuthorProfiles(): array;\n\n \/**\n * Get a single author profile.\n *\n * @return array<string, mixed>|null\n *\/\n public function getAuthorProfile(int $id): ?array;\n\n \/**\n * Get all system prompts.\n *\n * @return array<int, array<string, mixed>>\n *\/\n public function getSystemPrompts(): array;\n\n \/**\n * Get a single system prompt.\n *\n * @return array<string, mixed>|null\n *\/\n public function getSystemPrompt(int $id): ?array;\n\n \/**\n * Get all output structures.\n *\n * @return array<int, array<string, mixed>>\n *\/\n public function getStructures(): array;\n\n \/**\n * Get a single structure.\n *\n * @return array<string, mixed>|null\n *\/\n public function getStructure(int $id): ?array;\n}\n",
"structuredPatch": [
{
"oldStart": 49,
"oldLines": 4,
"newStart": 49,
"newLines": 22,
"lines": [
" * @return array<string, mixed>|null",
" *\/",
" public function getStructure(int $id): ?array;",
"+",
"+ \/**",
"+ * Save a config version to history.",
"+ *\/",
"+ public function saveHistory(",
"+ int $configId,",
"+ string $content,",
"+ string $version,",
"+ string $changedBy,",
"+ string $changeDescription",
"+ ): void;",
"+",
"+ \/**",
"+ * Get config version history.",
"+ *",
"+ * @return array<int, array<string, mixed>>",
"+ *\/",
"+ public function getHistory(int $configId, int $limit = 10): array;",
" }"
]
}
],
"userModified": false,
"replaceAll": false
}
}