agentydragon(prompts): add instructions for manager-task CLI dispose vs set-status

This commit is contained in:
Rai (Michael Pokorny)
2025-06-24 17:32:13 -07:00
parent 268bf1d189
commit 0e2afc0378

View File

@@ -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. 5minutes) 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 Markdowns **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 <task-id> Merged
Use `agentydragon-task dispose <task-id>` to remove the worktree and branch without changing the status (e.g. for cancelled tasks).