From 02489d25b98d67f332fe0c93156bb767c2e860a1 Mon Sep 17 00:00:00 2001 From: Claudomator Agent Date: Wed, 8 Jul 2026 08:35:14 +0000 Subject: feat(agentchannel): add DependsOn to SubtaskSpec so a decomposing task can order its own subtasks --- internal/executor/channel.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/executor/channel.go') diff --git a/internal/executor/channel.go b/internal/executor/channel.go index 5afe22e..9392c77 100644 --- a/internal/executor/channel.go +++ b/internal/executor/channel.go @@ -156,6 +156,7 @@ func (c *storeChannel) SpawnSubtask(_ context.Context, spec SubtaskSpec) (string ParentTaskID: c.taskID, Agent: agent, Priority: task.PriorityNormal, + DependsOn: spec.DependsOn, State: task.StatePending, CreatedAt: now, UpdatedAt: now, -- cgit v1.2.3