diff options
| author | Claudomator Agent <agent@claudomator> | 2026-03-09 07:28:09 +0000 |
|---|---|---|
| committer | Claudomator Agent <agent@claudomator> | 2026-03-09 07:28:09 +0000 |
| commit | b4371d0a7dd625730c9d1e1b4010de5a7065e903 (patch) | |
| tree | 644e6230cd7c337412745090b2747a8c1016da49 /internal/task/task.go | |
| parent | fabeb3265b11d7c9089e67f51e1c081b5977986f (diff) | |
task: remove legacy Claude field from Task struct
Diffstat (limited to 'internal/task/task.go')
| -rw-r--r-- | internal/task/task.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/task/task.go b/internal/task/task.go index 447c4a3..4977f40 100644 --- a/internal/task/task.go +++ b/internal/task/task.go @@ -73,7 +73,6 @@ type Task struct { Name string `yaml:"name" json:"name"` Description string `yaml:"description" json:"description"` Agent AgentConfig `yaml:"agent" json:"agent"` - Claude AgentConfig `yaml:"claude" json:"claude"` // alias for backward compatibility Timeout Duration `yaml:"timeout" json:"timeout"` Retry RetryConfig `yaml:"retry" json:"retry"` Priority Priority `yaml:"priority" json:"priority"` |
