{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/UseCases\/Command\/UpdatePromptCommand.php",
"limit": 15
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/UseCases\/Command\/CreatePromptCommand.php",
"content": "<?php\n\nnamespace UseCases\\Command;\n\n\/**\n * Command for creating a new prompt.\n *\/\nfinal class CreatePromptCommand\n{\n public function __construct(\n public readonly string $name,\n public readonly string $version,\n public readonly string $content,\n public readonly bool $isActive,\n ) {",
"numLines": 15,
"startLine": 1,
"totalLines": 62
}
}
}