{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Entity\/Task.php",
"offset": 100,
"limit": 15
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Entity\/Task.php",
"content": " }\n\n public function changeType(TaskType $type): self { $this->type = $type; $this->touch(); return $this; }\n public function assignParent(int $parentTaskId): self { $this->parentTaskId = $parentTaskId; $this->touch(); return $this; }\n public function setDueDateTo(\\DateTimeImmutable $dueDate): self { $this->dueDate = $dueDate; $this->touch(); return $this; }\n public function clearDueDate(): self { $this->dueDate = null; $this->touch(); return $this; }\n \/** @param array<string, mixed> $metadata *\/\n public function updateMetadata(array $metadata): self { $this->metadata = $metadata; $this->touch(); return $this; }\n\n public function isOverdue(): bool\n {\n return $this->dueDate !== null && !$this->status->isTerminal() && $this->dueDate < new \\DateTimeImmutable();\n }\n\n public function isSubtask(): bool { return $this->parentTaskId !== null; }",
"numLines": 15,
"startLine": 100,
"totalLines": 206
}
}
}