feat(blueprint): add continuation step for item processing in user request analysis

This commit is contained in:
Muhammad Ubaid Raza 2025-08-11 14:52:47 +05:00
parent fa6eee51ce
commit 2a39e266b7

View File

@ -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.