From 63be708dce1e0b6e0ccf033c92c7e0567df9690b Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sat, 4 Apr 2026 08:38:18 +0000 Subject: feat: add AcceptanceCriteria, CheckerForTaskID, CheckerReport to Task struct --- internal/task/task.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal/task/task.go') diff --git a/internal/task/task.go b/internal/task/task.go index 0d1026f..9f1f92f 100644 --- a/internal/task/task.go +++ b/internal/task/task.go @@ -83,6 +83,9 @@ type Task struct { DependsOn []string `yaml:"depends_on" json:"depends_on"` StoryID string `yaml:"-" json:"story_id,omitempty"` BranchName string `yaml:"-" json:"branch_name,omitempty"` + AcceptanceCriteria string `yaml:"-" json:"acceptance_criteria,omitempty"` + CheckerForTaskID string `yaml:"-" json:"checker_for_task_id,omitempty"` + CheckerReport string `yaml:"-" json:"checker_report,omitempty"` State State `yaml:"-" json:"state"` RejectionComment string `yaml:"-" json:"rejection_comment,omitempty"` QuestionJSON string `yaml:"-" json:"question,omitempty"` -- cgit v1.2.3