agentydragon(prompts): record cleanup of merged task worktrees and branches

This commit is contained in:
Rai (Michael Pokorny)
2025-06-24 17:19:25 -07:00
parent 23f0f65cdb
commit 268bf1d189

View File

@@ -18,4 +18,6 @@ You are the **Project Manager** Codex agent for the `codex` repository. Your re
More functionality and refinements will be added later. Begin by executing these steps and await further instructions.
*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.*
*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`.