From 054ec8b653b175917ef8bea45d55025e6775f187 Mon Sep 17 00:00:00 2001 From: Claudomator Agent Date: Mon, 16 Mar 2026 20:01:13 +0000 Subject: feat: add Project field to Task struct and YAML parsing Co-Authored-By: Claude Sonnet 4.6 --- internal/task/task.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/task/task.go') diff --git a/internal/task/task.go b/internal/task/task.go index b3660d3..3a04716 100644 --- a/internal/task/task.go +++ b/internal/task/task.go @@ -74,6 +74,7 @@ type Task struct { ParentTaskID string `yaml:"parent_task_id" json:"parent_task_id"` Name string `yaml:"name" json:"name"` Description string `yaml:"description" json:"description"` + Project string `yaml:"project" json:"project"` Agent AgentConfig `yaml:"agent" json:"agent"` Timeout Duration `yaml:"timeout" json:"timeout"` Retry RetryConfig `yaml:"retry" json:"retry"` -- cgit v1.2.3