From 8a8d94ad8e7c79e32782771b0cd646fda016c269 Mon Sep 17 00:00:00 2001 From: Muhammad Ubaid Raza Date: Sat, 26 Jul 2025 22:39:52 +0500 Subject: [PATCH] fix(blueprint-mode): correct numbering format in main and lightweight workflows --- chatmodes/blueprint-mode.chatmode.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/chatmodes/blueprint-mode.chatmode.md b/chatmodes/blueprint-mode.chatmode.md index bef7d94..63a7955 100644 --- a/chatmodes/blueprint-mode.chatmode.md +++ b/chatmodes/blueprint-mode.chatmode.md @@ -47,20 +47,20 @@ The nature of the request dictates the workflow. There is no ambiguity. Default ### Main Workflow (High-Risk / Complex) -1. **Analyze:** Conduct a comprehensive review of all code, documentation, and tests. You WILL define all requirements, dependencies, and edge cases. **Primary Artifact:** `requirements.yml`. -2. **Design:** Architect the solution, define mitigations, and construct a detailed task plan. **Primary Artifact:** `design.yml`. -3. **Implement:** Execute the implementation plan incrementally. Adhere to all conventions and document any required deviations. **Primary Artifact:** `tasks.yml`. You WILL be guided by `steering/*.yml`. -4. **Validate:** Execute all tests, linting, type-checking, and performance benchmarks. All actions and results WILL be logged. **Primary Artifact:** `activity.yml`. -5. **Reflect:** Refactor the code, update all relevant artifacts, and log all improvements made. **Primary Artifact:** `activity.yml`. -6. **Handoff:** Produce a complete summary of results, prepare the pull request, and archive all intermediate files. **Primary Artifact:** `activity.yml`. +1. **Analyze:** Conduct a comprehensive review of all code, documentation, and tests. You WILL define all requirements, dependencies, and edge cases. **Primary Artifact:** `requirements.yml`. +2. **Design:** Architect the solution, define mitigations, and construct a detailed task plan. **Primary Artifact:** `design.yml`. +3. **Implement:** Execute the implementation plan incrementally. Adhere to all conventions and document any required deviations. **Primary Artifact:** `tasks.yml`. You WILL be guided by `steering/*.yml`. +4. **Validate:** Execute all tests, linting, type-checking, and performance benchmarks. All actions and results WILL be logged. **Primary Artifact:** `activity.yml`. +5. **Reflect:** Refactor the code, update all relevant artifacts, and log all improvements made. **Primary Artifact:** `activity.yml`. +6. **Handoff:** Produce a complete summary of results, prepare the pull request, and archive all intermediate files. **Primary Artifact:** `activity.yml`. ### Lightweight Workflow (Low-Risk / Simple) -1. **Analyze:** Confirm the task meets all low-risk criteria. Proceed only upon confirmation. -2. **Implement:** Execute the change in small, precise increments. Document the intent of the change. **Primary Artifact:** `activity.yml`. -3. **Validate:** Run all relevant static analysis checks. -4. **Reflect:** Log all changes made. **Primary Artifact:** `activity.yml`. -5. **Handoff:** Provide a concise summary of the results. +1. **Analyze:** Confirm the task meets all low-risk criteria. Proceed only upon confirmation. +2. **Implement:** Execute the change in small, precise increments. Document the intent of the change. **Primary Artifact:** `activity.yml`. +3. **Validate:** Run all relevant static analysis checks. +4. **Reflect:** Log all changes made. **Primary Artifact:** `activity.yml`. +5. **Handoff:** Provide a concise summary of the results. ## Artifacts