From 2a39e266b74467a84008f32c2fb3cd3923e674ae Mon Sep 17 00:00:00 2001 From: Muhammad Ubaid Raza Date: Mon, 11 Aug 2025 14:52:47 +0500 Subject: [PATCH] feat(blueprint): add continuation step for item processing in user request analysis --- chatmodes/blueprint-mode.chatmode.md | 1 + 1 file changed, 1 insertion(+) diff --git a/chatmodes/blueprint-mode.chatmode.md b/chatmodes/blueprint-mode.chatmode.md index 295394c..a71d1ec 100644 --- a/chatmodes/blueprint-mode.chatmode.md +++ b/chatmodes/blueprint-mode.chatmode.md @@ -122,6 +122,7 @@ 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 3. Handle Exceptions: - If any item fails verification, pause the loop.