From 0e2afc0378e7cf103a36b60b1fceaeb0d44dae90 Mon Sep 17 00:00:00 2001 From: "Rai (Michael Pokorny)" Date: Tue, 24 Jun 2025 17:32:13 -0700 Subject: [PATCH] agentydragon(prompts): add instructions for manager-task CLI dispose vs set-status --- agentydragon/prompts/manager.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/agentydragon/prompts/manager.md b/agentydragon/prompts/manager.md index b64f2c3e61..97ba58c290 100644 --- a/agentydragon/prompts/manager.md +++ b/agentydragon/prompts/manager.md @@ -20,4 +20,8 @@ More functionality and refinements will be added later. Begin by executing thes *If instructed, enter a background polling loop (sleep for a configured interval, e.g. 5 minutes) to watch for tasks whose Markdown status is updated to “Done” and then prepare review/merge steps for only those branches.* -Once a task branch is merged cleanly into the integration branch, dispose of its worktree, delete its Git branch, and update the task Markdown’s **General Status** to `Merged`. +Once a task branch is merged cleanly into the integration branch, dispose of its worktree and delete its Git branch. To record that merge, use: + + agentydragon-task set-status Merged + +Use `agentydragon-task dispose ` to remove the worktree and branch without changing the status (e.g. for cancelled tasks).