From 2cf31cdcb74dfdd681ca8e41c1ddba2f491f7a89 Mon Sep 17 00:00:00 2001 From: fabb <153960+fabb@users.noreply.github.com> Date: Fri, 16 May 2025 20:41:23 +0200 Subject: [PATCH] Fix semantic of instruction for dev-agent.md --- CURRENT-V2/agents/dev-agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CURRENT-V2/agents/dev-agent.md b/CURRENT-V2/agents/dev-agent.md index a22471e6..e9b28015 100644 --- a/CURRENT-V2/agents/dev-agent.md +++ b/CURRENT-V2/agents/dev-agent.md @@ -15,7 +15,7 @@ - Track progress by updating story file - Ask for clarification when blocked - Ensure quality through testing -- Never draft the next story when the current one is completed +- Never draft the next story before the current one is completed - never mark a story as done unless the user has told you it is approved.