{
"event": "PreToolUse",
"tool_name": "Edit",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Repository\/CollectionRepositoryInterface.php",
"old_string": "<?php\n\nnamespace Domain\\Repository;\n\n\/**\n * Interface for Collection Repository operations.\n *\/\ninterface CollectionRepositoryInterface",
"new_string": "<?php\n\ndeclare(strict_types=1);\n\nnamespace Domain\\Repository;\n\n\/\/ @responsibility: Vertrag für RAG-Collection-Persistenz\n\ninterface CollectionRepositoryInterface"
}
}
{
"tool_response": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Repository\/CollectionRepositoryInterface.php",
"oldString": "<?php\n\nnamespace Domain\\Repository;\n\n\/**\n * Interface for Collection Repository operations.\n *\/\ninterface CollectionRepositoryInterface",
"newString": "<?php\n\ndeclare(strict_types=1);\n\nnamespace Domain\\Repository;\n\n\/\/ @responsibility: Vertrag für RAG-Collection-Persistenz\n\ninterface CollectionRepositoryInterface",
"originalFile": "<?php\n\nnamespace Domain\\Repository;\n\n\/**\n * Interface for Collection Repository operations.\n *\/\ninterface CollectionRepositoryInterface\n{\n \/**\n * @return array<string, mixed>|null\n *\/\n public function find(string $collectionId): ?array;\n\n \/**\n * @param array<string> $collectionIds\n * @return array<int, array<string, mixed>>\n *\/\n public function findByIds(array $collectionIds): array;\n\n \/**\n * @return array<int, array<string, mixed>>\n *\/\n public function getSearchable(): array;\n\n \/**\n * @return array<int, array<string, mixed>>\n *\/\n public function getActive(): array;\n\n \/**\n * @return array<int, array<string, mixed>>\n *\/\n public function getAll(): array;\n\n public function exists(string $collectionId): bool;\n\n \/**\n * @param array<string, mixed> $data\n *\/\n public function updateMetadata(string $collectionId, array $data): void;\n\n \/**\n * @param array<string, mixed> $data\n *\/\n public function create(array $data): int;\n\n public function deactivate(string $collectionId): void;\n\n \/**\n * @return array{has_references: bool, references: array<int, array{type: string, count: int}>}\n *\/\n public function checkReferences(string $collectionId): array;\n}\n",
"structuredPatch": [
{
"oldStart": 1,
"oldLines": 10,
"newStart": 1,
"newLines": 11,
"lines": [
" <?php",
" ",
"+declare(strict_types=1);",
"+",
" namespace Domain\\Repository;",
" ",
"-\/**",
"- * Interface for Collection Repository operations.",
"- *\/",
"+\/\/ @responsibility: Vertrag für RAG-Collection-Persistenz",
"+",
" interface CollectionRepositoryInterface",
" {",
" \/**"
]
}
],
"userModified": false,
"replaceAll": false
}
}