feat(blueprint): enhance task processing by adding a repeat mechanism for handling all items in tasks.yml
This commit is contained in:
parent
2a39e266b7
commit
cc6bcc6e2d
@ -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`.
|
- Execute the steps from the `loop_plan.md`.
|
||||||
- Verify the outcome for that specific item.
|
- 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'.
|
- 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:
|
3. Handle Exceptions:
|
||||||
- If any item fails verification, pause the loop.
|
- 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.
|
- 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
|
#### Debug Workflow
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user