summaryrefslogtreecommitdiff
path: root/internal/task/task.go
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-03-08 06:43:06 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-03-08 06:43:06 +0000
commit0ff0bf75544bbf565288e61bb8e10c3f903830f8 (patch)
tree302f152b14d3ef2a81cfebdb4925d41e734ab8d5 /internal/task/task.go
parent5d6d79e8925693c0740d8c31c614396d70dfb8a5 (diff)
refactor: address code review notes (backward compat, Gemini tests, unknown agent test)
Diffstat (limited to 'internal/task/task.go')
-rw-r--r--internal/task/task.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/task/task.go b/internal/task/task.go
index b3e93d3..c6a321d 100644
--- a/internal/task/task.go
+++ b/internal/task/task.go
@@ -51,6 +51,7 @@ 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"`