From cc6bcc6e2d05fc06c152ab08d042b96a2b6e82fd Mon Sep 17 00:00:00 2001 From: Muhammad Ubaid Raza Date: Mon, 11 Aug 2025 18:02:38 +0500 Subject: [PATCH] feat(blueprint): enhance task processing by adding a repeat mechanism for handling all items in tasks.yml --- chatmodes/blueprint-mode.chatmode.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chatmodes/blueprint-mode.chatmode.md b/chatmodes/blueprint-mode.chatmode.md index a71d1ec..c896480 100644 --- a/chatmodes/blueprint-mode.chatmode.md +++ b/chatmodes/blueprint-mode.chatmode.md @@ -122,12 +122,13 @@ Mandatory First Step: Before any other action, you MUST analyze the user's reque - Execute the steps from the `loop_plan.md`. - Verify the outcome for that specific item. - Action: Log a condensed entry to `activity.yml` (e.g., "Processed `feature-x.md`: Success."). Update the item's status in `tasks.yml` to 'complete'. - - continue to the next item + - Immediately continue to the next item + - Repeat this step for all items in `tasks.yml` and changes in your mind. 3. Handle Exceptions: - If any item fails verification, pause the loop. - Action: Run the full `Debug Workflow` on the single failing item to diagnose and fix the issue. - - Once resolved, either resume the loop or seek clarification if the failure indicates a flawed pattern. + - Once resolved, resume the loop. #### Debug Workflow