From 3fd329294d1f233f84a98e8dfd107602f8659c0a Mon Sep 17 00:00:00 2001 From: "Rai (Michael Pokorny)" Date: Tue, 24 Jun 2025 18:47:00 -0700 Subject: [PATCH] wip --- agentydragon/prompts/developer.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/agentydragon/prompts/developer.md b/agentydragon/prompts/developer.md index c476a5e58c..d4cb435ecc 100644 --- a/agentydragon/prompts/developer.md +++ b/agentydragon/prompts/developer.md @@ -12,4 +12,7 @@ Then proceed directly to implement the full functionality in the codebase as a s Do not pause to seek user confirmation after editing the Markdown; only ask clarifying questions if you encounter genuine ambiguities in the requirements. -When you have completed the implementation and updated the task file, stage and commit all changes with a commit message prefixed `agentydragon(tasks):`, summarizing the work performed. Then stop and await further instructions. \ No newline at end of file +When you have completed the implementation and updated the task file: +- set the task’s **Status** to "Done". +- stage and commit all changes (including your code and the updated Markdown) with a commit message prefixed `agentydragon(tasks):`, summarizing the work performed. You **MUST** commit these changes **BEFORE** pausing or stopping. +Then stop and await further instructions.