From 5977227efc063ad7e92e7afd5fe7c809ed505f5f Mon Sep 17 00:00:00 2001 From: MeetNexus Date: Fri, 10 Oct 2025 02:07:56 +0200 Subject: [PATCH] fix: Correct path to instructions in bmad-init workflow (#663) Co-authored-by: Brian --- src/core/workflows/bmad-init/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/workflows/bmad-init/workflow.yaml b/src/core/workflows/bmad-init/workflow.yaml index 0c76ae26..6b1dc629 100644 --- a/src/core/workflows/bmad-init/workflow.yaml +++ b/src/core/workflows/bmad-init/workflow.yaml @@ -9,6 +9,6 @@ date: system-generated # This is an action workflow - no template output template: false -instructions: "{project-root}/src/core/workflows/bmad-init/instructions.md" +instructions: "{project-root}/bmad/core/workflows/bmad-init/instructions.md" web_bundle: false