{
"event": "PreToolUse",
"tool_name": "Write",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/crawler\/src\/domain\/ports\/file_storage_port.py",
"content": "from __future__ import annotations\n\nfrom abc import ABC, abstractmethod\n\n\nclass FileStoragePort(ABC):\n @abstractmethod\n def store_html(self, crawl_id: int, url_hash: str, payload: bytes) -> str: ...\n\n @abstractmethod\n def store_screenshot(self, crawl_id: int, url_hash: str, payload: bytes) -> str: ...\n"
}
}
{
"tool_response": {
"type": "create",
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/crawler\/src\/domain\/ports\/file_storage_port.py",
"content": "from __future__ import annotations\n\nfrom abc import ABC, abstractmethod\n\n\nclass FileStoragePort(ABC):\n @abstractmethod\n def store_html(self, crawl_id: int, url_hash: str, payload: bytes) -> str: ...\n\n @abstractmethod\n def store_screenshot(self, crawl_id: int, url_hash: str, payload: bytes) -> str: ...\n",
"structuredPatch": [],
"originalFile": null,
"userModified": false
}
}