From e50196ce91c1963c6b9d6477d505f0e85d833e41 Mon Sep 17 00:00:00 2001 From: Muhammad Ubaid Raza Date: Tue, 29 Jul 2025 12:56:56 +0500 Subject: [PATCH] feat(docs): update artifact paths in Blueprint Mode documentation to reflect new directory structure --- chatmodes/blueprint-mode.chatmode.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/chatmodes/blueprint-mode.chatmode.md b/chatmodes/blueprint-mode.chatmode.md index 0dea028..11e85e1 100644 --- a/chatmodes/blueprint-mode.chatmode.md +++ b/chatmodes/blueprint-mode.chatmode.md @@ -73,33 +73,33 @@ Maintain all artifacts with rigorous discipline in specified structure. ```yaml artifacts: - name: steering - path: steering/*.yml + path: docs/specs/steering/*.yml type: policy purpose: Store reusable patterns, policies, binding decisions - name: agent_work - path: agent_work/ + path: docs/specs/agent_work/ type: intermediate_outputs purpose: Archive intermediate outputs, summaries - name: requirements - path: requirements.yml + path: docs/specs/requirements.yml type: requirements format: EARS purpose: Store formal user stories, acceptance criteria - name: edge_cases - path: edge_cases.yml + path: docs/specs/edge_cases.yml type: risk_matrix fields: [likelihood, impact, risk_score, mitigation] purpose: Track edge cases - name: design - path: design.yml + path: docs/specs/design.yml type: architecture purpose: Define system architecture, interfaces, risk mitigations - name: tasks - path: tasks.yml + path: docs/specs/tasks.yml type: plan purpose: Track atomic tasks and implementation details - name: activity - path: activity.yml + path: docs/specs/activity.yml type: log purpose: Log rationale, actions, outcomes - name: memory