mirror of
https://github.com/openai/codex.git
synced 2026-09-13 11:47:17 +00:00
agentydragon(prompts): add instructions for manager-task CLI dispose vs set-status
This commit is contained in:
@@ -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 <task-id> Merged
|
||||
|
||||
Use `agentydragon-task dispose <task-id>` to remove the worktree and branch without changing the status (e.g. for cancelled tasks).
|
||||
|
||||
Reference in New Issue
Block a user