From 339c1769379a851c4126021132573bd4b7994cf2 Mon Sep 17 00:00:00 2001 From: soryu Date: Mon, 9 Feb 2026 15:55:01 +0000 Subject: Set directive env vars correctly for daemon --- makima/src/daemon/ws/protocol.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makima/src/daemon/ws/protocol.rs') diff --git a/makima/src/daemon/ws/protocol.rs b/makima/src/daemon/ws/protocol.rs index 574e864..834e139 100644 --- a/makima/src/daemon/ws/protocol.rs +++ b/makima/src/daemon/ws/protocol.rs @@ -524,6 +524,9 @@ pub enum DaemonCommand { /// Task ID to share worktree with (supervisor's task ID). If Some, use that task's worktree instead of creating a new one. #[serde(rename = "supervisorWorktreeTaskId", default, skip_serializing_if = "Option::is_none")] supervisor_worktree_task_id: Option, + /// Directive ID if this task is associated with a directive. + #[serde(rename = "directiveId", default, skip_serializing_if = "Option::is_none")] + directive_id: Option, }, /// Pause a running task. -- cgit v1.2.3