From 0676468e3e69ff36f1e509d775f191dd41f6080b Mon Sep 17 00:00:00 2001 From: soryu Date: Mon, 16 Feb 2026 01:24:19 +0000 Subject: Ensure directives replan on goal change --- makima/src/daemon/cli/directive.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'makima/src/daemon/cli') diff --git a/makima/src/daemon/cli/directive.rs b/makima/src/daemon/cli/directive.rs index 7c50c42..8a6a9f2 100644 --- a/makima/src/daemon/cli/directive.rs +++ b/makima/src/daemon/cli/directive.rs @@ -124,5 +124,9 @@ pub struct UpdateArgs { /// PR branch name to store on the directive #[arg(long)] pub pr_branch: Option, + + /// Status to set on the directive (e.g., completed, paused) + #[arg(long)] + pub status: Option, } -- cgit v1.2.3